Searched refs:TestConfigObject (Results 1 – 1 of 1) sorted by relevance
74 private static class TestConfigObject implements TestConfig { class in ConfigurationTest108 TestConfigObject testConfigObject = new TestConfigObject(); in testGetConfigurationObject()119 TestConfigObject testConfigObject = new TestConfigObject(); in testGetConfigurationObjectList()152 List<TestConfigObject> list = new ArrayList<TestConfigObject>(); in testGetConfigurationObject_forList()153 list.add(new TestConfigObject()); in testGetConfigurationObject_forList()154 list.add(new TestConfigObject()); in testGetConfigurationObject_forList()171 mConfig.setConfigurationObject(Configuration.TEST_TYPE_NAME, new TestConfigObject()); in testSetConfigurationObject_wrongtype()192 List<TestConfigObject> myList = new ArrayList<TestConfigObject>(1); in testSetConfigurationObjectList_wrongtype()193 myList.add(new TestConfigObject()); in testSetConfigurationObjectList_wrongtype()315 TestConfigObject testConfigObject = new TestConfigObject(); in testInjectOptionValue()[all …]