System.out.println(method.getName() + ": OK. Passed " + qcStatement.getMaxNumberOfTests() + " tests.");
// }
} catch (AssumptionViolatedException e) {
eachNotifier.addFailedAssumption(e);
} catch (Throwable e) {
eachNotifier.addFailure(e);
} finally {
eachNotifier.fireTestFinished();
}
}