Class ValidationSuiteReportData
The validation suite report.
This contains all the information regarding every test that the validation suite has run.
Namespace: UnityEditor.PackageManager.ValidationSuite
Syntax
public class ValidationSuiteReportData : object
Fields
Elapsed
How long the validation report took to run.
Declaration
public int Elapsed
Field Value
Type | Description |
---|---|
Int32 |
EndTime
The end time when the validation report was ran.
Declaration
public string EndTime
Field Value
Type | Description |
---|---|
String |
StartTime
The start time when the validation report was ran.
Declaration
public string StartTime
Field Value
Type | Description |
---|---|
String |
TestResult
The validation result for the report.
Declaration
public TestState TestResult
Field Value
Type | Description |
---|---|
TestState |
Tests
The list of individual tests that are included in the report.
Declaration
public List<ValidationTestReport> Tests
Field Value
Type | Description |
---|---|
List<ValidationTestReport> |
Type
The type of validation that was run for the report.
Declaration
public ValidationType Type
Field Value
Type | Description |
---|---|
ValidationType |