Searched refs:getTestReRunner (Results 1 – 2 of 2) sorted by relevance
701 verify(mInstrumentationTest).getTestReRunner(testCaptor.capture()); in testRun_rerunCoverage()982 .getTestReRunner(anyCollectionOf(TestDescription.class)); in testCollectWorks_RunCrash()1030 .getTestReRunner(anyCollectionOf(TestDescription.class)); in testRun_noMoreTests()1071 verify(mInstrumentationTest, times(0)).getTestReRunner(any()); in testRun_noMoreTests()
1128 testReRunner = getTestReRunner(expectedTests); in rerunTests()1147 IRemoteTest getTestReRunner(Collection<TestDescription> tests) throws ConfigurationException { in getTestReRunner() method in InstrumentationTest