Interface IErrorCallbacks
An extended version of the ICallbacks, which get invoked if the test run fails due to a build error or if any IPrebuildSetup has a failure.
Inherited Members
Namespace: UnityEditor.TestTools.TestRunner.Api
Assembly: solution.dll
Syntax
public interface IErrorCallbacks : ICallbacks
Methods
Name | Description |
---|---|
OnError(string) | Method invoked on failure. |