Searched defs:expectedTests (Results 1 – 2 of 2) sorted by relevance
949 final ITestInvocationListener listener, Collection<TestDescription> expectedTests) in runWithRerun()998 Collection<TestDescription> expectedTests, final ITestInvocationListener listener) in rerunTests()
438 Collection<TestDescription> expectedTests = ImmutableList.of(TEST1, TEST2); in testRun_rerunCoverage() local