Searched refs:filteredGlobalConfig (Results 1 – 4 of 4) sorted by relevance
184 IGlobalConfiguration filteredGlobalConfig = in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault() local188 assertNotNull(filteredGlobalConfig); in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault()189 assertNotNull(filteredGlobalConfig.getKeyStoreFactory()); in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault()190 assertNotNull(filteredGlobalConfig.getHostOptions()); in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault()191 filteredGlobalConfig.validateOptions(); in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault()193 assertNull(filteredGlobalConfig.getDeviceMonitors()); in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault()194 assertNull(filteredGlobalConfig.getWtfHandler()); in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault()195 assertNull(filteredGlobalConfig.getConfigurationObject("remote-manager")); in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault()229 IGlobalConfiguration filteredGlobalConfig = in testCreateGlobalConfiguration_cloneConfigWithFilter() local233 assertNotNull(filteredGlobalConfig); in testCreateGlobalConfiguration_cloneConfigWithFilter()[all …]
799 File filteredGlobalConfig = FileUtil.createTempFile("filtered_global_config", ".config"); in cloneConfigWithFilter() local800 KXmlSerializer serializer = ConfigurationUtil.createSerializer(filteredGlobalConfig); in cloneConfigWithFilter()824 return filteredGlobalConfig; in cloneConfigWithFilter()
210 File filteredGlobalConfig = in createGlobalConfig() local212 return filteredGlobalConfig; in createGlobalConfig()
278 File filteredGlobalConfig = in preRun() local280 mFilteredGlobalConfig = filteredGlobalConfig.getAbsolutePath(); in preRun()