} // run
} // class Run
public void testMultithreading() {
try {
binding = new AddressBookServiceLocator().getAddressBook();
}
catch (ServiceException jre) {
throw new AssertionFailedError("ServiceException caught: " + jre);
}
assertTrue("binding is null", binding != null);