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