Searched refs:mMapOption (Results 1 – 2 of 2) sorted by relevance
57 private Map<String, String> mMapOption = new HashMap<String, String>(); field in ConfigurationDefTest.OptionTest80 assertNotNull(test.mMapOption); in testCreateConfiguration_optionMap()81 assertEquals(2, test.mMapOption.size()); in testCreateConfiguration_optionMap()82 assertEquals(OPTION_VALUE, test.mMapOption.get(OPTION_KEY)); in testCreateConfiguration_optionMap()83 assertEquals(OPTION_VALUE2, test.mMapOption.get(OPTION_KEY2)); in testCreateConfiguration_optionMap()
540 MultiMap<String, Integer> mMapOption = mapOption; in testGetJsonCommandUsageMapValueExpansion()