65666768697071
public void beforeClass(Class<?> testClass, LifecycleMethodExecutor executor) throws Exception { Validate.notNull(testClass, "TestClass must be specified"); manager.fire(new BeforeClass(testClass, executor)); }