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