Interface ICallbacks
Callbacks in the TestRunnerApi for the test stages when running tests.
네임스페이스: UnityEditor.TestTools.TestRunner.Api
어셈블리: solution.dll
구문
public interface ICallbacks
메서드
이름 | 설명 |
---|---|
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. |