testNotifier.fireAfterTest();
} catch (TestPluginException e) {
testExecution.setThrowable(e);
}
//noinspection ThrowableResultOfMethodCallIgnored
testResult.setThrowable(testExecution.throwable());
}
@AfterClass(alwaysRun = true)
protected final void end() {
testNotifier.fireAfterClass();