Searched refs:TestConfigObject (Results 1 – 1 of 1) sorted by relevance
73 private static class TestConfigObject implements TestConfig { class in ConfigurationTest107 TestConfigObject testConfigObject = new TestConfigObject(); in testGetConfigurationObject()118 TestConfigObject testConfigObject = new TestConfigObject(); in testGetConfigurationObjectList()151 List<TestConfigObject> list = new ArrayList<TestConfigObject>(); in testGetConfigurationObject_forList()152 list.add(new TestConfigObject()); in testGetConfigurationObject_forList()153 list.add(new TestConfigObject()); in testGetConfigurationObject_forList()170 mConfig.setConfigurationObject(Configuration.TEST_TYPE_NAME, new TestConfigObject()); in testSetConfigurationObject_wrongtype()191 List<TestConfigObject> myList = new ArrayList<TestConfigObject>(1); in testSetConfigurationObjectList_wrongtype()192 myList.add(new TestConfigObject()); in testSetConfigurationObjectList_wrongtype()314 TestConfigObject testConfigObject = new TestConfigObject(); in testInjectOptionValue()[all …]