Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java107 TestConfigObject testConfigObject = new TestConfigObject(); in testGetConfigurationObject() local
108 mConfig.setConfigurationObject(CONFIG_OBJECT_TYPE_NAME, testConfigObject); in testGetConfigurationObject()
110 assertEquals(testConfigObject, fromConfig); in testGetConfigurationObject()
118 TestConfigObject testConfigObject = new TestConfigObject(); in testGetConfigurationObjectList() local
119 mConfig.setConfigurationObject(CONFIG_OBJECT_TYPE_NAME, testConfigObject); in testGetConfigurationObjectList()
122 assertEquals(testConfigObject, configList.get(0)); in testGetConfigurationObjectList()
314 TestConfigObject testConfigObject = new TestConfigObject(); in testInjectOptionValue() local
315 mConfig.setConfigurationObject(CONFIG_OBJECT_TYPE_NAME, testConfigObject); in testInjectOptionValue()
317 assertTrue(testConfigObject.getBool()); in testInjectOptionValue()
326 TestConfigObject testConfigObject = new TestConfigObject(); in testInjectMapOptionValue() local
[all …]