public static Matcher props()

in src/main/java/org/apache/sling/hamcrest/ResourceMatchers.java [139:141]


    public static Matcher<Resource> props(Map<String, Object> properties) {
        return new ResourcePropertiesMatcher(properties);
    }