in src/main/java/org/apache/sling/testing/resourceresolver/MockPropertyResource.java [48:55]
private MockPropertyResource(
String path, ValueMap props, String key, ResourceMetadata rm, ResourceResolver resolver) {
this.path = path;
this.props = props;
this.key = key;
this.rm = rm;
this.resolver = resolver;
}