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.
상속된 멤버
네임스페이스: UnityEditor.TestTools.TestRunner.Api
어셈블리: solution.dll
구문
public interface IErrorCallbacks : ICallbacks
메서드
이름 | 설명 |
---|---|
OnError(string) | Method invoked on failure. |