Interface IOuterUnityTestAction
When implemented by an attribute, this interface implemented to provide actions to execute before setup and after teardown of tests.
Namespace: UnityEngine.TestTools
Assembly: solution.dll
Syntax
public interface IOuterUnityTestAction
Methods
| Name | Description |
|---|---|
| AfterTest(ITest) | Executed after each test is run |
| BeforeTest(ITest) | Executed before each test is run |