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