Interface ITestRunDataHolder
No longer in use.
Namespace: UnityEditor.TestRunner.UnityTestProtocol
Assembly: UnityEditor.TestRunner.dll
Syntax
[Obsolete("No longer in use")]
public interface ITestRunDataHolder
Properties
TestRunDataList
Gets the list of test run data.
Declaration
IList<TestRunData> TestRunDataList { get; }
Property Value
| Type | Description |
|---|---|
| IList<TestRunData> |