Searched refs:testConfigObject (Results 1 – 1 of 1) sorted by relevance
107 TestConfigObject testConfigObject = new TestConfigObject(); in testGetConfigurationObject() local108 mConfig.setConfigurationObject(CONFIG_OBJECT_TYPE_NAME, testConfigObject); in testGetConfigurationObject()110 assertEquals(testConfigObject, fromConfig); in testGetConfigurationObject()118 TestConfigObject testConfigObject = new TestConfigObject(); in testGetConfigurationObjectList() local119 mConfig.setConfigurationObject(CONFIG_OBJECT_TYPE_NAME, testConfigObject); in testGetConfigurationObjectList()122 assertEquals(testConfigObject, configList.get(0)); in testGetConfigurationObjectList()314 TestConfigObject testConfigObject = new TestConfigObject(); in testInjectOptionValue() local315 mConfig.setConfigurationObject(CONFIG_OBJECT_TYPE_NAME, testConfigObject); in testInjectOptionValue()317 assertTrue(testConfigObject.getBool()); in testInjectOptionValue()326 TestConfigObject testConfigObject = new TestConfigObject(); in testInjectMapOptionValue() local[all …]