*/
protected TestContext(String clazzName)
{
this.clazzName = clazzName;
TestContext.testContexts.add(this);
this.manager = new MockManager();
this.xmlConfigurator = new WebBeansXMLConfigurator();
this.webBeansContext = WebBeansContext.getInstance();
webBeansContext.getPluginLoader().startUp();
}