Class TestResultsResponse
Namespace: TestPlatforms.Cloud
Syntax
[Serializable]
public class TestResultsResponse
Fields
allPass
Declaration
public bool allPass
Field Value
| Type | Description |
|---|---|
| Boolean |
testReportData
Declaration
public TestReportData[] testReportData
Field Value
| Type | Description |
|---|---|
| TestReportData[] |
testResults
Declaration
public TestResult[] testResults
Field Value
| Type | Description |
|---|---|
| TestResult[] |