Interface ICallbacks
Callbacks in the TestRunnerApi for the test stages when running tests.
Namespace: UnityEditor.TestTools.TestRunner.Api
Assembly: solution.dll
Syntax
public interface ICallbacks
Methods
| Name | Description |
|---|---|
| RunFinished(ITestResultAdaptor) | A callback invoked when a test run is finished. |
| RunStarted(ITestAdaptor) | A callback invoked when a test run is started. |
| TestFinished(ITestResultAdaptor) | A callback invoked when each individual node of the test tree has finished executing. |
| TestStarted(ITestAdaptor) | A callback invoked when each individual node of the test tree has started executing. |