* @return the delegate
* @throws Exception for any error
*/
public static AbstractTestDelegate getDelegate(Class clazz) throws Exception
{
AbstractTestDelegate delegate = MicrocontainerTest.getDelegate(clazz);
delegate.enableSecurity = true;
return delegate;
}