Searched refs:getMap (Results 1 – 1 of 1) sorted by relevance
86 public Map<String, Boolean> getMap() { in getMap() method in ConfigurationTest.TestConfigObject328 assertEquals(0, testConfigObject.getMap().size()); in testInjectMapOptionValue()331 Map<String, Boolean> map = testConfigObject.getMap(); in testInjectMapOptionValue()344 assertEquals(0, testConfigObject.getMap().size()); in testInjectParsedMapOptionValueNoKey()361 assertEquals(0, testConfigObject.getMap().size()); in testInjectParsedMapOptionValueAmbiguousKey()379 assertEquals(0, testConfigObject.getMap().size()); in testInjectParsedMapOptionValue()382 Map<String, Boolean> map = testConfigObject.getMap(); in testInjectParsedMapOptionValue()402 Map<String, Boolean> map = testConfigObject.getMap(); in testInjectOptionValues()