LocatorRegistrar locatorRegistrar = new LocatorRegistrar();
locatorRegistrar.setServiceLocator(sl);
locatorRegistrar.registerServer(SERVER_1, bus1);
ServerLifeCycleListener listener = slclCapture.getValue();
listener.stopServer(SERVER_1);
verifyAll();
}
@Test