public interface TestObjectClientV2 extends Closeable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TestObjectClientV2.Factory |
static class |
TestObjectClientV2.ProxySettings |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
readTestSuiteXMLReport(long testSuiteReportId,
String apiKey) |
String |
readXCUITestJunitReport(String apiKey,
long testReportId) |
long |
startInstrumentationTestSuite(long testSuite,
String apiKey) |
long |
startXcuiTestSuite(String apiKey,
InstrumentationRequestData requestData) |
void |
updateInstrumentationTestSuite(long testSuite,
File appApk,
File instrumentationAPK,
TestSuiteResourceV2.InstrumentationTestSuiteRequest request,
String apiKey) |
long |
uploadAppIpa(String apikey,
File ipa) |
long |
uploadRunnerIpa(String apikey,
File ipa) |
TestSuiteReport |
waitForSuiteReport(long testSuiteReportId,
long waitTimeoutMs,
long sleepTimeMs,
String apiKey) |
XcuiTestReport |
waitForXcuiTestReport(String apiKey,
long testSuiteReportId,
long waitTimeoutMs,
long sleepTimeMs) |
long startXcuiTestSuite(String apiKey, InstrumentationRequestData requestData)
XcuiTestReport waitForXcuiTestReport(String apiKey, long testSuiteReportId, long waitTimeoutMs, long sleepTimeMs)
void updateInstrumentationTestSuite(long testSuite,
File appApk,
File instrumentationAPK,
TestSuiteResourceV2.InstrumentationTestSuiteRequest request,
String apiKey)
long startInstrumentationTestSuite(long testSuite,
String apiKey)
TestSuiteReport waitForSuiteReport(long testSuiteReportId, long waitTimeoutMs, long sleepTimeMs, String apiKey)
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2018. All rights reserved.