// Set its fields (implicit objects)
setTestCaseFields(testInstance);
// Call it's method corresponding to the current test case
testInstance.runBareServerTest();
// Return an instance of <code>WebTestResult</code> with a
// positive result.
result = new WebTestResult();