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