| Package | Description |
|---|---|
| org.testobject.rest.api.model |
| Modifier and Type | Method and Description |
|---|---|
List<TestToRun> |
StaticInstrumentationRequestData.getTestsToRun() |
List<TestToRun> |
DynamicInstrumentationRequestData.getTestsToRun() |
| Constructor and Description |
|---|
DynamicInstrumentationRequestData(String testName,
String testSpecAppId,
String appUnderTestAppId,
String dataCenterId,
DeviceNameQuery deviceNameQuery,
String platformVersion,
Boolean privateDevicesOnly,
Boolean tabletOnly,
Boolean phoneOnly,
String tunnelIdentifier,
Map<String,String> testOptions,
List<TestToRun> testsToRun) |
StaticInstrumentationRequestData(String testName,
String testSpecAppId,
String appUnderTestAppId,
String dataCenterId,
String deviceName,
String tunnelIdentifier,
Map<String,String> testOptions,
List<TestToRun> testsToRun) |
Copyright © 2018. All rights reserved.