Method ApplyToTest
ApplyToTest(Test)
This method hides the base method ApplyToTest from CombiningStrategyAttribute.
In addition it ensures that the test with the UnityTestAttribute has an IEnumerator as return type.
Declaration
public void ApplyToTest(Test test)
Parameters
| Type | Name | Description |
|---|---|---|
| Test | test | The test. |