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