Interface IMonoBehaviourTest
An interface implemented by a MonoBehaviour test.
Namespace: UnityEngine.TestTools
Assembly: UnityEngine.TestRunner.dll
Syntax
public interface IMonoBehaviourTest
Properties
IsTestFinished
True when the test is considered finished.
Declaration
bool IsTestFinished { get; }
Property Value
Type | Description |
---|---|
bool |