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