Class FailureDetector
java.lang.Object
org.junit.runner.notification.RunListener
org.mockito.internal.runners.util.FailureDetector
Implementation of JUnit run listener that knows when any of the tests failed
-
Nested Class Summary
Nested classes/interfaces inherited from class org.junit.runner.notification.RunListener
RunListener.ThreadSafe -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.junit.runner.notification.RunListener
testAssumptionFailure, testFinished, testIgnored, testRunFinished, testRunStarted, testStarted, testSuiteFinished, testSuiteStarted
-
Constructor Details
-
FailureDetector
public FailureDetector()
-
-
Method Details
-
testFailure
- Overrides:
testFailurein classRunListener- Throws:
Exception
-
isSuccessful
public boolean isSuccessful()
-