browser.sendTestFixture(nextMethod, exchange);
}
catch (Exception e) {
// we failed to send the fixture. This means that the browser will not request the next test,
// it is therefore essentially dead.
browser.markAsDead(e, exchange.getRequestHeaders().getFirst("User-Agent"));
throw new RuntimeException(e);
}
} else {
try {