Метод | Описание | |
---|---|---|
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 |
Результат | void |
public ExplicitAttribute ( string reason ) : System | ||
reason | string | The reason test is marked explicit |
Результат | System |