Pass a reference to your request handler when creating the tester.
Executes a test request on your request handler, and returns the response.
Gets (and creates if necessary) a mock session object for this test. Note it will be the same one used for any test operations through this CgiTester instance.
You can check response information with these methods after you call the request handler.
A helper test class for request handler unittests.