Class ValidationTestReport
The result of a single test for the validation suite.
Inherited Members
Namespace: UnityEditor .PackageManager .ValidationSuite
Assembly: solution.dll
Syntax
[Serializable]
public class ValidationTestReport
Fields
Elapsed
How long it took to execute the test.
Declaration
public int Elapsed
Field Value
Type | Description |
---|---|
int |
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 |
---|---|
Validation |
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 |
---|---|
Test |