Searched defs:excludes (Results 1 – 1 of 1) sorted by relevance
126 Set<String> includes, Set<String> excludes) { in collectTests()132 collectTests((TestSuite) test, listener, includes, excludes); in collectTests() local141 private static boolean shouldCollect(Test test, Set<String> includes, Set<String> excludes) { in shouldCollect()