Class CloudTestingWindow.TestResultsResponse
Namespace: Unity.RecordedTesting.Editor
Syntax
public class TestResultsResponse : object
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[] |