src/main/java/org/apache/sling/junit/performance/impl/RunExecutionIterationStartedEvents.java [38:45]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.listeners = listeners;
        this.test = test;
        this.method = method;
        this.statement = statement;
    }

    @Override
    public void evaluate() throws Throwable {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/sling/junit/performance/impl/RunWarmUpIterationFinishedEvents.java [39:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.listeners = listeners;
        this.test = test;
        this.method = method;
        this.statement = statement;
    }

    @Override
    public void evaluate() throws Throwable {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



