super(name);
}
public static AbstractTestDelegate getDelegate(Class<?> clazz) throws Exception
{
MicrocontainerTestDelegate delegate = (MicrocontainerTestDelegate) MicrocontainerTest.getDelegate(clazz);
delegate.setDefaultMode(ControllerMode.ON_DEMAND);
delegate.enableSecurity = true;
return delegate;
}