Searched refs:OPTION_VALUE2 (Results 1 – 1 of 1) sorted by relevance
46 private static final String OPTION_VALUE2 = "val2"; field in ConfigurationDefTest77 mConfigDef.addOptionDef(MAP_OPTION_NAME, OPTION_KEY2, OPTION_VALUE2, CONFIG_NAME); in testCreateConfiguration_optionMap()83 assertEquals(OPTION_VALUE2, test.mMapOption.get(OPTION_KEY2)); in testCreateConfiguration_optionMap()90 mConfigDef.addOptionDef(COLLECTION_OPTION_NAME, null, OPTION_VALUE2, CONFIG_NAME); in testCreateConfiguration_optionCollection()94 assertTrue(test.mCollectionOption.contains(OPTION_VALUE2)); in testCreateConfiguration_optionCollection()