public void reactorRunEagerTest() throws Exception {
reactorRun(new PerClass());
}
public void reactorRun(StagedExamReactorFactory strategy) throws Exception {
TestContainerFactory factory = getFactory();
Option[] options = new Option[] { regressionDefaults() };
ExamSystem system = PaxExamRuntime.createTestSystem(options);
ExamReactor reactor = new DefaultExamReactor(system, factory);
TestProbeBuilder probe = makeProbe(system);