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