Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationDefTest.java45 private static final String OPTION_VALUE = "val"; 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()
89 mConfigDef.addOptionDef(COLLECTION_OPTION_NAME, null, OPTION_VALUE, CONFIG_NAME); in testCreateConfiguration_optionCollection()
93 assertTrue(test.mCollectionOption.contains(OPTION_VALUE)); in testCreateConfiguration_optionCollection()
100 mConfigDef.addOptionDef(OPTION_NAME, null, OPTION_VALUE, CONFIG_NAME); in testCreateConfiguration()
103 assertEquals(OPTION_VALUE, test.mOption); in testCreateConfiguration()
115 mConfigDef.addOptionDef(OPTION_NAME, null, OPTION_VALUE, CONFIG_NAME); in testCreateConfiguration_withDeviceHolder()
119 assertEquals(OPTION_VALUE, test.mOption); in testCreateConfiguration_withDeviceHolder()