public Statement apply()

in src/main/java/org/apache/sling/testing/junit/rules/instance/ExistingInstance.java [45:48]


    public Statement apply(Statement base, Description description) {
        this.statement = new ExistingInstanceStatement(description, base, runMode, defaultConfiguration);
        return this.statement;
    }