public void testToString()
{
MockControl control = MockControl.createControl(ServicePoint.class);
ServicePoint mockServicePoint = (ServicePoint) control.getMock();
ModuleImpl module = new ModuleImpl();
module.setModuleId("module");
module.toString();
new RegistryInfrastructureImpl(null, Locale.ENGLISH).toString();
new InterceptorStackImpl(null, mockServicePoint, null).toString();
ModuleDefinition md = new ModuleDefinitionImpl("module", null, null, null);
ServicePointDefinitionImpl spd = new ServicePointDefinitionImpl(md, "service", null,