in src/main/java/org/apache/sling/hamcrest/matchers/ResourcePropertiesMatcher.java [42:45]
public void describeTo(Description description) {
description.appendText("Resource with properties ")
.appendValueList("[", ",", "]", convertArraysToStrings(expectedProps).entrySet());
}