Class ValidationTestReport
The result of a single test for the validation suite.
Namespace: UnityEditor.PackageManager.ValidationSuite
Syntax
[Serializable]
public class ValidationTestReport
Fields
Elapsed
How long it took to execute the test.
Declaration
public int Elapsed
Field Value
Type | Description |
---|---|
Int32 |
EndTime
The end time when the test completed.
Declaration
public string EndTime
Field Value
Type | Description |
---|---|
String |
StartTime
The start time that the test was run.
Declaration
public string StartTime
Field Value
Type | Description |
---|---|
String |
TestDescription
The description for the test.
Declaration
public string TestDescription
Field Value
Type | Description |
---|---|
String |
TestName
The name of the test.
Declaration
public string TestName
Field Value
Type | Description |
---|---|
String |
TestOutput
The list of individual output string for this tests. This gives the description of everything that went wrong when running the test.
Declaration
public ValidationTestOutput[] TestOutput
Field Value
Type | Description |
---|---|
ValidationTestOutput[] |
TestResult
The test result as a string.
Declaration
public string TestResult
Field Value
Type | Description |
---|---|
String |
TestState
The test result.
Declaration
public TestState TestState
Field Value
Type | Description |
---|---|
TestState |