new ModuleImpl().toString();
new RegistryImpl(null, Locale.ENGLISH).toString();
new ContributionImpl().toString();
new ConfigurationPointImpl().toString();
new ElementImpl().toString();
new AttributeImpl("foo", "bar").toString();
new ServiceInterceptorContributionImpl().toString();
new ServicePointImpl().toString();
new InterceptorStackImpl(null, mockServicePoint, null).toString();
}