Searched refs:testMap (Results 1 – 2 of 2) sorted by relevance
177 Map<Key, TestDisplay> testMap = new HashMap<>(); // map from table key to TestDisplay in doGetHandler() local218 testMap.put(testKey, display); in doGetHandler()221 if (testMap.size() == 0) { in doGetHandler()226 for (Key testKey : testMap.keySet()) { in doGetHandler()227 displayedTests.add(testMap.get(testKey)); in doGetHandler()230 if (testMap.size() > 0) { in doGetHandler()234 if (!testMap.containsKey(testKey)) { in doGetHandler()237 TestDisplay display = testMap.get(testKey); in doGetHandler()
768 public Map<String, String> testMap = new HashMap<>(); field in ModuleRepoTest.TestInject804 assertEquals(resMap, checker.testMap); in testInjectConfig()