public interface TestObjectClientV2 extends Closeable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TestObjectClientV2.Factory |
static class |
TestObjectClientV2.ProxySettings |
long uploadRunnerIpa(String apikey, File ipa) throws InvalidUserInputServerException
InvalidUserInputServerExceptionlong uploadAppIpa(String apikey, File ipa) throws InvalidUserInputServerException
InvalidUserInputServerExceptionlong uploadRunnerApk(String apikey, File apk) throws InvalidUserInputServerException
InvalidUserInputServerExceptionlong uploadAppApk(String apikey, File apk) throws InvalidUserInputServerException
InvalidUserInputServerExceptionStartInstrumentationResponse startXcuiTestSuite(String apiKey, StaticInstrumentationRequestData requestData)
StartInstrumentationResponse startXcuiTestSuite(String apiKey, DynamicInstrumentationRequestData requestData)
StartInstrumentationResponse startAndroidSuite(String apiKey, StaticInstrumentationRequestData requestData)
InstrumentationReport waitForInstrumentationReport(String apiKey, long testSuiteReportId, long waitTimeoutMs, long sleepTimeMs) throws TimeoutException
TimeoutExceptionvoid 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.