Searched refs:CONFIG_NAME (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
D | ConfigurationDefTest.java | 41 private static final String CONFIG_NAME = "name"; field in ConfigurationDefTest 67 mConfigDef = new ConfigurationDef(CONFIG_NAME); in setUp() 76 mConfigDef.addOptionDef(MAP_OPTION_NAME, OPTION_KEY, OPTION_VALUE, CONFIG_NAME); in testCreateConfiguration_optionMap() 77 mConfigDef.addOptionDef(MAP_OPTION_NAME, OPTION_KEY2, OPTION_VALUE2, CONFIG_NAME); in testCreateConfiguration_optionMap() 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() 100 mConfigDef.addOptionDef(OPTION_NAME, null, OPTION_VALUE, CONFIG_NAME); in testCreateConfiguration() 109 mConfigDef = new ConfigurationDef(CONFIG_NAME); in testCreateConfiguration_withDeviceHolder() 115 mConfigDef.addOptionDef(OPTION_NAME, null, OPTION_VALUE, CONFIG_NAME); in testCreateConfiguration_withDeviceHolder() 128 mConfigDef = new ConfigurationDef(CONFIG_NAME); in testCreateConfiguration_withCollectors() [all …]
|
D | ConfigurationTest.java | 58 private static final String CONFIG_NAME = "name"; field in ConfigurationTest 99 mConfig = new Configuration(CONFIG_NAME, CONFIG_DESCRIPTION); in setUp() 422 assertTrue("Usage text does not contain config name", usageString.contains(CONFIG_NAME)); in testPrintCommandUsage()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | VersionedTfLauncherTest.java | 56 private static final String CONFIG_NAME = "FAKE_CONFIG"; field in VersionedTfLauncherTest 92 setter.setOptionValue("config-name", CONFIG_NAME); in setUp() 127 EasyMock.eq(CONFIG_NAME), in testRun_singleDevice() 187 EasyMock.eq(CONFIG_NAME), in testRun_nullDevice() 238 EasyMock.eq(CONFIG_NAME), in testRun_DeviceNoPreSetup() 308 EasyMock.eq(CONFIG_NAME), in testGetTestShard()
|
D | TfTestLauncherTest.java | 50 private static final String CONFIG_NAME = "FAKE_CONFIG"; field in TfTestLauncherTest 77 setter.setOptionValue("config-name", CONFIG_NAME); in setUp() 96 EasyMock.eq(CONFIG_NAME), in testRun()
|