@Override
public void notifyFailure(TestContext<T> context, Throwable cause) {
rl.testFailed(new CategorizedReportEntry(underTest.getCanonicalName(),
context.getFullTestName(), context.getTestCategories(),
new LegacyPojoStackTraceWriter(underTest.getCanonicalName(),
context.getFullTestName(), cause), null));
}