Searched refs:shouldCollect (Results 1 – 1 of 1) sorted by relevance
133 } else if (shouldCollect(test, includes, excludes)) { in collectTests()141 private static boolean shouldCollect(Test test, Set<String> includes, Set<String> excludes) { in shouldCollect() method in DalvikTestRunner