2627282930313233
public boolean shouldRun(Description description) { // only when test case if (description.isSuite()) { return true; } PrerequisiteHandler handler = new PrerequisiteHandler(); return handler.shouldRun(description, fTest); }