Class FailureDetector
- java.lang.Object
-
- org.junit.runner.notification.RunListener
-
- org.mockito.internal.runners.util.FailureDetector
-
public class FailureDetector extends org.junit.runner.notification.RunListener
Implementation of JUnit run listener that knows when any of the tests failed
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
failed
-
Constructor Summary
Constructors Constructor Description FailureDetector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSuccessful()
void
testFailure(org.junit.runner.notification.Failure failure)
-