Class ValidationTestOutput
Test output details.
Inherited Members
Namespace: UnityEditor.PackageManager.ValidationSuite
Assembly: solution.dll
Syntax
[Serializable]
public class ValidationTestOutput
Fields
Output
Output string
Declaration
public string Output
Field Value
Type | Description |
---|---|
string |
Type
Type of output
Declaration
public TestOutputType Type
Field Value
Type | Description |
---|---|
TestOutputType |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |