use of cl.utfsm.samplingSystemUI.core.ComponentsManager in project ACS by ACS-Community.
the class ComponentsManagerTest method setUp.
protected void setUp() throws Exception {
client = new ComponentClient(null, managerLoc, "ComponetsManagerTest");
cManager = new ComponentsManager(client.getContainerServices());
}
Aggregations