Interface IApplyToTest
The IApplyToTest interface is implemented by self-applying attributes that modify the state of a test in some way.
public interface IApplyToTest
Methods
ApplyToTest(Test)
Modifies a test as defined for the specific attribute.
void ApplyToTest(Test test)
Parameters
test
TestThe test to modify