Class TestRunDataHolder
Inherited Members
ScriptableSingleton<TestRunDataHolder>.instance
Namespace: UnityEditor.TestRunner.UnityTestProtocol
Assembly: solution.dll
Syntax
[Obsolete("No longer in use")]
public class TestRunDataHolder : ScriptableSingleton<TestRunDataHolder>, ISerializationCallbackReceiver, ITestRunDataHolder
Properties
Name | Description |
---|---|
TestRunDataList |
Methods
Name | Description |
---|---|
OnAfterDeserialize() | Implement this method to receive a callback after Unity deserializes your object. |
OnBeforeSerialize() | Implement this method to receive a callback before Unity serializes your object. |