Class TestRunData
Represents the data for a test run.
Inherited Members
Namespace: UnityEditor.TestRunner.UnityTestProtocol
Assembly: UnityEditor.TestRunner.dll
Syntax
[Serializable]
public class TestRunData
Fields
OneTimeSetUpDuration
The duration of the one-time setup.
Declaration
public long OneTimeSetUpDuration
Field Value
| Type | Description |
|---|---|
| long |
OneTimeTearDownDuration
The duration of the one-time teardown.
Declaration
public long OneTimeTearDownDuration
Field Value
| Type | Description |
|---|---|
| long |
SuiteName
The name of the test suite.
Declaration
public string SuiteName
Field Value
| Type | Description |
|---|---|
| string |
TestsInFixture
The names of the tests in the fixture.
Declaration
public string[] TestsInFixture
Field Value
| Type | Description |
|---|---|
| string[] |