466467468469470471472473474475476
testedPackageName, instrumentationRunner, handleProfiling, functionalTest); try { generator.generate(); } catch (IOException e) { throw new RuntimeException(e); } }
467468469470471472473474475476477
385386387388389390391392393394395
minSdkVersion, targetSdkVersion, testedPackageName, instrumentationRunner); try { generator.generate(); } catch (IOException e) { throw new RuntimeException(e); } }
384385386387388389390391392393394
478479480481482483484485486487488
396397398399400401402403404405406
testPackageName, minSdkVersion, testedPackageName, instrumentationRunner); try { generator.generate(); } catch (IOException e) { throw new RuntimeException(e); } }