use of org.eclipse.ecf.osgi.services.remoteserviceadmin.DiscoveredEndpointDescriptionFactory in project ecf by eclipse.
the class EndpointDescriptionFactoryTest method setUp.
protected void setUp() throws Exception {
super.setUp();
discoveryAdvertiser = getDiscoveryAdvertiser();
Assert.isNotNull(discoveryAdvertiser);
serviceInfoFactory = new ServiceInfoFactory();
Assert.isNotNull(serviceInfoFactory);
discoveryLocator = getDiscoveryLocator();
Assert.isNotNull(discoveryLocator);
endpointDescriptionFactory = new DiscoveredEndpointDescriptionFactory();
Assert.isNotNull(endpointDescriptionFactory);
}
Aggregations