Method | Description | |
---|---|---|
ApplyToTest ( Test test ) : void |
Modifies a test by marking it as explicit.
|
|
ExplicitAttribute ( ) : System |
Default constructor
|
|
ExplicitAttribute ( string reason ) : System |
Constructor with a reason
|
public ApplyToTest ( Test test ) : void | ||
test | Test | The test to modify |
return | void |
public ExplicitAttribute ( string reason ) : System | ||
reason | string | The reason test is marked explicit |
return | System |