Perform a mock request against a given request. Runs through the dispatcher without launching the full application.
app | Instance of the application to test. |
mock_request | Optionally provide a mock Request object if headers need to be manipulated, or other request customizations are needed. |
config_override | Optionally provide a HashMap containing config overrides for this request. |