public void too_many_public_constructors_on_module_builder_class()
{
InternalRegistry registry = newInternalRegistry();
Log log = newLog();
ModuleDef def = new DefaultModuleDefImpl(ExtraPublicConstructorsModule.class, log);
ClassFactory factory = newMock(ClassFactory.class);
Module module = new ModuleImpl(registry, def, log);
log.warn(contains("contains more than one public constructor"));
train_expandSymbols(registry, "tapestry.ioc.ClassFactory", "tapestry.ioc.ClassFactory");