Searched defs:expectedTests (Results 1 – 3 of 3) sorted by relevance
57 Collection<TestDescription> expectedTests, in InstrumentationListener()
1057 Collection<TestDescription> expectedTests) in runWithRerun()1111 Collection<TestDescription> expectedTests, in rerunTests()
648 Collection<TestDescription> expectedTests = ImmutableList.of(TEST1, TEST2); in testRun_rerunCoverage() local