TestProbeBuilder probe = makeProbe(system);
reactor.addProbe(probe);
reactor.addConfiguration(options);
StagedExamReactor stagedReactor = reactor.stage(strategy);
stagedReactor.beforeClass();
try {
for (TestAddress call : stagedReactor.getTargets()) {
stagedReactor.invoke(call);
}