4647484950515253
} public static AbstractTestDelegate getDelegate(Class<?> clazz) throws Exception { //Don't use security for this test AbstractTypeTestDelegate delegate = new AbstractTypeTestDelegate(clazz); return delegate; }