Searched defs:suppressedTestNames (Results 1 – 1 of 1) sorted by relevance
27 public static TestSuite removeSuppressedTests(TestSuite suite, Set<String> suppressedTestNames) { in removeSuppressedTests()38 result.addTest(removeSuppressedTests((TestSuite) test, suppressedTestNames)); in removeSuppressedTests() local