Class TestResultsResponse
Namespace: TestPlatforms.Cloud
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 TestResult[] testResults
Field Value
| Type | Description |
|---|---|
| TestResult[] |