Method | Description | |
---|---|---|
ApplyToTest ( Test test ) : void |
Modifies a test by marking it as Ignored.
|
|
IgnoreAttribute ( ) : System |
Constructs the attribute without giving a reason for ignoring the test.
|
|
IgnoreAttribute ( string reason ) : System |
Constructs the attribute giving a reason for ignoring the test
|
public ApplyToTest ( Test test ) : void | ||
test | Test | The test to modify |
return | void |
public IgnoreAttribute ( string reason ) : System | ||
reason | string | The reason for ignoring the test |
return | System |