public void describeTo()

in src/main/java/org/apache/sling/hamcrest/matchers/ResourcePathMatcher.java [35:37]


    public void describeTo(Description description) {
        description.appendText("Resource with path ").appendValue(path);
    }