Class CloudTestingWindow.TestResultsResponse
Namespace: Unity.RecordedTesting.Editor
Syntax
[Serializable]
public class TestResultsResponse
Fields
allPass
Declaration
public bool allPass
Field Value
Type | Description |
---|---|
Boolean |
rawResponse
Declaration
public string rawResponse
Field Value
Type | Description |
---|---|
String |
testResults
Declaration
public CloudTestingWindow.TestResult[] testResults
Field Value
Type | Description |
---|---|
CloudTestingWindow.TestResult[] |