* @see AbstractTestCase#runTest()
*/
protected void runTest() throws Throwable
{
ClientTestCaseCaller delegator = new ClientTestCaseCaller(
this, this, new HttpProtocolHandler(new ServletConfiguration()));
try
{
// Call the begin method
WebRequest request = new WebRequestImpl(new ServletConfiguration());
delegator.callBeginMethod(request);
// Create a mock HttpURLConnection as it is needed by HttpUnit
// for creating a WebResponse