public void evaluate()

in src/main/java/org/apache/sling/junit/performance/impl/RunWarmUpIterationStartedEvents.java [45:49]


    public void evaluate() throws Throwable {
        List<Throwable> errors = listeners.warmUpIterationStarted(test.getName(), method.getName());
        MultipleFailureException.assertEmpty(errors);
        statement.evaluate();
    }