protected void starting()

in src/main/java/org/apache/sling/testing/junit/rules/RemoteLogDumperRule.java [107:114]


    protected void starting(Description description) {
        // Get the client from an Instance if it was passed in this way
        if (null == this.slingClient && null != instance) {
            this.slingClient = instance.getAdminClient();
        }
        TestDescriptionHolder.setClassName(description.getClassName());
        TestDescriptionHolder.setMethodName(description.getMethodName());
    }