Searched refs:mTestCollection (Results 1 – 1 of 1) sorted by relevance
68 private Map<String, Set<TestInfo>> mTestCollection = null; field in TestMapping95 mTestCollection = new LinkedHashMap<>(); in TestMapping()113 mTestCollection.put(group, testsForGroup); in TestMapping()198 for (TestInfo test : mTestCollection.getOrDefault(testGroup, new HashSet<>())) { in getTests()444 return mTestCollection; in getTestCollection()