Home
last modified time | relevance | path

Searched refs:resMap (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepoTest.java802 Map<String, String> resMap = new HashMap<>(); in testInjectConfig() local
803 resMap.put("set-option", "moreoption"); in testInjectConfig()
804 assertEquals(resMap, checker.testMap); in testInjectConfig()