Searched refs:excludedTests (Results 1 – 3 of 3) sorted by relevance
127 Collection<TestIdentifier> excludedTests = in createDerivedPlan() local129 excludedTests.removeAll(filteredTests); in createDerivedPlan()131 derivedPlan.addExcludedTests(pkgId, excludedTests); in createDerivedPlan()
75 public void addExcludedTests(String id, Collection<TestIdentifier> excludedTests); in addExcludedTests() argument
203 public void addExcludedTests(String id, Collection<TestIdentifier> excludedTests) { in addExcludedTests() argument206 filter.getExcludedTests().addAll(excludedTests); in addExcludedTests()