public class InstrumentationResource extends Object
| Constructor and Description |
|---|
InstrumentationResource(javax.ws.rs.client.WebTarget target) |
| Modifier and Type | Method and Description |
|---|---|
StartInstrumentationResponse |
createAndStartAndroidInstrumentation(String apiKey,
DynamicInstrumentationRequestData requestData) |
StartInstrumentationResponse |
createAndStartAndroidInstrumentation(String apiKey,
StaticInstrumentationRequestData requestData) |
StartInstrumentationResponse |
createAndStartXCUITestInstrumentation(String apiKey,
DynamicInstrumentationRequestData requestData) |
StartInstrumentationResponse |
createAndStartXCUITestInstrumentation(String apiKey,
StaticInstrumentationRequestData requestData) |
String |
getJUnitReport(String apiKey,
List<Long> reportIds) |
String |
getJUnitReport(String apiKey,
long reportId) |
InstrumentationReport |
getTestReport(String apiKey,
long reportId) |
public InstrumentationResource(javax.ws.rs.client.WebTarget target)
public StartInstrumentationResponse createAndStartXCUITestInstrumentation(String apiKey, StaticInstrumentationRequestData requestData)
public StartInstrumentationResponse createAndStartXCUITestInstrumentation(String apiKey, DynamicInstrumentationRequestData requestData)
public StartInstrumentationResponse createAndStartAndroidInstrumentation(String apiKey, StaticInstrumentationRequestData requestData)
public StartInstrumentationResponse createAndStartAndroidInstrumentation(String apiKey, DynamicInstrumentationRequestData requestData)
public InstrumentationReport getTestReport(String apiKey, long reportId)
Copyright © 2018. All rights reserved.