in src/main/java/org/apache/sling/servlethelpers/MockRequestParameter.java [41:48]
public MockRequestParameter(String name, String value) {
this.name = name;
this.value = value;
this.content = null;
this.contentType = "text/plain";
this.isFormField = true;
this.filename = null;
}