public class InstrumentationResourceImpl extends Object implements InstrumentationResource
| Constructor and Description |
|---|
InstrumentationResourceImpl(javax.ws.rs.client.WebTarget target) |
| Modifier and Type | Method and Description |
|---|---|
long |
createAndStartXCUITestInstrumentation(String apiKey,
InstrumentationRequestData requestData) |
String |
getJUnitReport(String apiKey,
long reportId) |
XcuiTestReport |
getTestReport(String apiKey,
long reportId) |
public InstrumentationResourceImpl(javax.ws.rs.client.WebTarget target)
public long createAndStartXCUITestInstrumentation(String apiKey, InstrumentationRequestData requestData)
createAndStartXCUITestInstrumentation in interface InstrumentationResourcepublic String getJUnitReport(String apiKey, long reportId)
getJUnitReport in interface InstrumentationResourcepublic XcuiTestReport getTestReport(String apiKey, long reportId)
getTestReport in interface InstrumentationResourceCopyright © 2018. All rights reserved.