csUnit Class Library

IgnoreAttribute Constructor 

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

[Visual Basic]
Public Sub New( _
   ByVal reason As String _
)
[C#]
public IgnoreAttribute(
   string reason
);

Parameters

reason

See Also

IgnoreAttribute Class | IgnoreAttribute Members | csUnit Namespace