Searched refs:getTestReRunner (Results 1 – 2 of 2) sorted by relevance
966 .getTestReRunner(anyCollection()); in testCollectWorks_RunCrash()1014 .getTestReRunner(anyCollection()); in testRun_noMoreTests()1055 verify(mInstrumentationTest, times(0)).getTestReRunner(any()); in testRun_noMoreTests()
1137 testReRunner = getTestReRunner(expectedTests); in rerunTests()1160 IRemoteTest getTestReRunner(Collection<TestDescription> tests) throws ConfigurationException { in getTestReRunner() method in InstrumentationTest