Searched defs:testsByCategory (Results 1 – 1 of 1) sorted by relevance
146 Map<String, List<TestListItem>> testsByCategory = getTestsByCategory(infos); in getRows() local186 Map<String, List<TestListItem>> testsByCategory = new HashMap<>(); in getTestsByCategory() local294 static void addTestToCategory(Map<String, List<TestListItem>> testsByCategory, in addTestToCategory()