use of org.nhind.config.ConfigurationServiceProxy in project nhin-d by DirectProject.
the class ClientProxyDNSTest method setupClass.
@BeforeClass
public static void setupClass() throws Exception {
ConfigServiceRunner.startConfigService();
proxy = new ConfigurationServiceProxy(ConfigServiceRunner.getConfigServiceURL());
}
Aggregations