csUnit Class Library

IgnoreAttribute Constructor 

Constructs an IgnoreAttribute object. When set on a test, the test will be ignored by csUnit during test execution.

public IgnoreAttribute(
   string reason
);

Parameters

reason
Why the test or the test fixture should be ignored.

See Also

IgnoreAttribute Class | csUnit Namespace