in src/main/java/org/apache/sling/servlethelpers/MockSlingHttpServletRequest.java [691:697]
public RequestDispatcher getRequestDispatcher(Resource resource, RequestDispatcherOptions options) {
if (requestDispatcherFactory == null) {
throw new IllegalStateException(
"Please provdide a MockRequestDispatcherFactory (setRequestDispatcherFactory).");
}
return requestDispatcherFactory.getRequestDispatcher(resource, options);
}