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