in src/main/java/org/apache/sling/testing/resourceresolver/MockPropertyResource.java [40:46]
public MockPropertyResource(final String path, final ValueMap props, final ResourceResolver resolver) {
this.path = path;
this.props = props;
this.key = ResourceUtil.getName(path);
this.rm = new ResourceMetadata();
this.resolver = resolver;
}