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,
Visibility.PUBLIC, Runnable.class.getName());