}
// notify JUnit of the result of this test. When the last browser notifies
// the MultiTestMethod, the JUnit thread will become unblocked and the test result
// will be reported
TestResult result = browser.buildResult(params, exchange);
completedMethod.notifyExecutionResult(result);
} else {
if (config.isDebugEnabled()) {
System.out.println("Server received request for the first test from browser " + browserId);
}