Searched refs:mIncludedTests (Results 1 – 1 of 1) sorted by relevance
39 private final Set<String> mIncludedTests = new HashSet<>(); field in TestList87 mIncludedTests.addAll(testNameSet); in addIncludeTests()123 (mIncludedTests.isEmpty() || mIncludedTests.contains(className) || in shouldRunTest()124 mIncludedTests.contains(testName)); in shouldRunTest()