Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationDefTest.java44 private static final String OPTION_KEY2 = "key2"; field in ConfigurationDefTest
77 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()