Searched refs:getTestReRunner (Results 1 – 2 of 2) sorted by relevance
491 verify(mInstrumentationTest).getTestReRunner(testCaptor.capture()); in testRun_rerunCoverage()821 .getTestReRunner(anyCollectionOf(TestDescription.class)); in testCollectWorks_RunCrash()866 .getTestReRunner(anyCollectionOf(TestDescription.class)); in testRun_noMoreTests()907 verify(mInstrumentationTest, times(0)).getTestReRunner(any()); in testRun_noMoreTests()
1010 testReRunner = getTestReRunner(expectedTests); in rerunTests()1020 IRemoteTest getTestReRunner(Collection<TestDescription> tests) throws ConfigurationException { in getTestReRunner() method in InstrumentationTest