Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationDefTest.java43 private static final String OPTION_KEY = "key"; field in ConfigurationDefTest
76 mConfigDef.addOptionDef(MAP_OPTION_NAME, OPTION_KEY, OPTION_VALUE, CONFIG_NAME); in testCreateConfiguration_optionMap()
82 assertEquals(OPTION_VALUE, test.mMapOption.get(OPTION_KEY)); in testCreateConfiguration_optionMap()