throw new TestNGException("Found more than one object-factory tag in your suites");
}
}
}
m_configuration = new Configuration(new JDK15AnnotationFinder(getAnnotationTransformer()));
m_configuration.setHookable(m_hookable);
m_configuration.setConfigurable(m_configurable);
m_configuration.setObjectFactory(factory);
}