Searched refs:getCurrentHostConfig (Results 1 – 6 of 6) sorted by relevance
105 String configName = mConfigServer.getCurrentHostConfig(); in testGetCurrentHostConfig()113 String configName = mConfigServer.getCurrentHostConfig(); in testGetCurrentHostConfig_cluster()121 String configName = mConfigServer.getCurrentHostConfig(); in testGetCurrentHostConfig_configPath()129 mConfigServer.getCurrentHostConfig(); in testGetCurrentHostConfig_noHostConfig()
67 public String getCurrentHostConfig() throws ConfigurationException { in setUp()
256 public String getCurrentHostConfig() throws ConfigurationException { in getCurrentHostConfig() method in GlobalConfigurationTest.StubConfigServer286 assertEquals("current-host-config.xml", globalConfigServer.getCurrentHostConfig()); in testCreateGlobalConfiguration_configServer()
48 public String getCurrentHostConfig() throws ConfigurationException; in getCurrentHostConfig() method
167 String currentHostConfig = globalConfigServer.getCurrentHostConfig(); in createGlobalConfiguration()
71 public String getCurrentHostConfig() throws ConfigurationException { in getCurrentHostConfig() method in GCSConfigurationServer