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: UnityEditor.TestRunner.dll
Syntax
public interface IErrorCallbacks : ICallbacks
Methods
OnError(string)
Method invoked on failure.
Declaration
void OnError(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message detailing the reason for the run to fail. |