* @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());