IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
The IApplyToTest interface is implemented by self-applying attributes that modify the state of a test in some way. More...
Public Member Functions | |
void | ApplyToTest (Test test) |
Modifies a test as defined for the specific attribute. More... | |
The IApplyToTest interface is implemented by self-applying attributes that modify the state of a test in some way.
void NUnit.Framework.Interfaces.IApplyToTest.ApplyToTest | ( | Test | test | ) |
Modifies a test as defined for the specific attribute.
test | The test to modify |
Implemented in NUnit.Framework.CombiningStrategyAttribute, NUnit.Framework.Internal.TestParameters, NUnit.Framework.PropertyAttribute, NUnit.Framework.CategoryAttribute, NUnit.Framework.TestAttribute, NUnit.Framework.IgnoreAttribute, NUnit.Framework.ExplicitAttribute, NUnit.Framework.CultureAttribute, NUnit.Framework.PlatformAttribute, and NUnit.Framework.RequiresThreadAttribute.