Searched refs:mInstrumentationTest (Results 1 – 3 of 3) sorted by relevance
63 private InstrumentationTest mInstrumentationTest; field in InstrumentationTestFuncTest91 mInstrumentationTest = new InstrumentationTest(); in setUp()92 mInstrumentationTest.setPackageName(TestAppConstants.TESTAPP_PACKAGE); in setUp()93 mInstrumentationTest.setDevice(getDevice()); in setUp()95 mInstrumentationTest.setShellTimeout(-1); in setUp()97 mInstrumentationTest.setRerunMode(false); in setUp()110 mInstrumentationTest.setClassName(TestAppConstants.TESTAPP_CLASS); in testRun()111 mInstrumentationTest.setMethodName(TestAppConstants.PASSED_TEST_METHOD); in testRun()112 mInstrumentationTest.setTestTimeout(TEST_TIMEOUT); in testRun()113 mInstrumentationTest.setShellTimeout(SHELL_TIMEOUT); in testRun()[all …]
107 @Spy InstrumentationTest mInstrumentationTest; field in InstrumentationTestTest158 mInstrumentationTest.setPackageName(TEST_PACKAGE_VALUE); in setUp()159 mInstrumentationTest.setRunnerName(TEST_RUNNER_VALUE); in setUp()160 mInstrumentationTest.setDevice(mMockTestDevice); in setUp()161 mInstrumentationTest.setListInstrumentationParser(mMockListInstrumentationParser); in setUp()162 mInstrumentationTest.setReRunUsingTestFile(false); in setUp()170 mInstrumentationTest.setConfiguration(mConfig); in setUp()196 mInstrumentationTest.run(mTestInfo, mMockListener); in testRun()198 InOrder inOrder = Mockito.inOrder(mInstrumentationTest, mMockTestDevice, mMockListener); in testRun()201 inOrder.verify(mInstrumentationTest).setRunnerArgs(runner.capture()); in testRun()[all …]
55 private InstrumentationTest mInstrumentationTest = null; field in InstrumentationFileTest79 mInstrumentationTest = createInstrumentationTest(); in InstrumentationFileTest()81 OptionCopier.copyOptions(instrumentationTest, mInstrumentationTest); in InstrumentationFileTest()82 mInstrumentationTest.setConfiguration(instrumentationTest.getConfiguration()); in InstrumentationFileTest()83 mInstrumentationTest.setDevice(instrumentationTest.getDevice()); in InstrumentationFileTest()84 mInstrumentationTest.setForceAbi(instrumentationTest.getForceAbi()); in InstrumentationFileTest()85 mInstrumentationTest.setReRunUsingTestFile(true); in InstrumentationFileTest()87 mInstrumentationTest.setRerunMode(false); in InstrumentationFileTest()88 mInstrumentationTest.setIsRerun(true); in InstrumentationFileTest()99 if (mInstrumentationTest.getDevice() == null) { in run()[all …]