result.addError(asTest(failure.getDescription()), failure.getException());
}
public void testFinished(Description description)
throws Exception {
result.endTest(asTest(description));
}
public void testStarted(Description description)
throws Exception {
result.startTest(asTest(description));