Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationDefTest.java48 private static final String COLLECTION_OPTION_NAME = "collection"; field in ConfigurationDefTest
53 @Option(name=COLLECTION_OPTION_NAME, description=OPTION_DESCRIPTION)
89 mConfigDef.addOptionDef(COLLECTION_OPTION_NAME, null, OPTION_VALUE, CONFIG_NAME); in testCreateConfiguration_optionCollection()
90 mConfigDef.addOptionDef(COLLECTION_OPTION_NAME, null, OPTION_VALUE2, CONFIG_NAME); in testCreateConfiguration_optionCollection()