* @exception Throwable if any error happens during the execution of
* the test
*/
public void runTest() throws Throwable
{
Request request = this.protocolHandler.createRequest();
// Call the set up and begin methods to fill the request object
callGlobalBeginMethod(request);
callBeginMethod(request);