Interface IApplyToTest
The IApplyToTest interface is implemented by self-applying attributes that modify the state of a test in some way.
Namespace: NUnit.Framework.Interfaces
Assembly: nunit.framework.dll
Syntax
public interface IApplyToTest
Methods
View SourceApplyToTest(Test)
Modifies a test as defined for the specific attribute.
Declaration
void ApplyToTest(Test test)
Parameters
Type | Name | Description |
---|---|---|
Test | test | The test to modify |