public ResourceResolverTestRequest()

in base/src/main/java/org/apache/sling/performance/ResourceResolverTestRequest.java [52:54]


    public ResourceResolverTestRequest(String pathInfo, String httpMethod) {
        this(null, null, -1, pathInfo, httpMethod);
    }