This class extends the JUnit TestCase class to setup an environment which
makes it possible to easily test Cocoon pages.
First call one of the load methods and then assert on the response object,
XML document (@see loadXmlPage), or HTML document (@see loadHtmlPage).