class JUnitCore
extends java.lang.Object
JUnitCore
.
The notifier method RunNotifier.fireTestRunFinished(org.junit.runner.Result)
is called anyway in finally block.
https://github.com/junit-team/junit/issues/1186
Modifier and Type | Method and Description |
---|---|
protected void |
afterException(java.lang.Throwable e) |
protected void |
afterFinished() |
(package private) org.junit.runner.Result |
run(org.junit.runner.Runner runner) |
private final Notifier notifier
JUnitCore(Notifier notifier)
org.junit.runner.Result run(org.junit.runner.Runner runner) throws TestSetFailedException
TestSetFailedException
protected void afterException(java.lang.Throwable e) throws TestSetFailedException
TestSetFailedException
protected void afterFinished()