- java.lang.Object
-
- org.junit.runner.notification.RunListener
-
- org.apache.lucene.util.FailureMarker
-
public class FailureMarker
extends org.junit.runner.notification.RunListener
A RunListener
that detects suite/ test failures. We need it because failures
due to thread leaks happen outside of any rule contexts.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.junit.runner.notification.RunListener
org.junit.runner.notification.RunListener.ThreadSafe
-
Method Summary
-
Methods inherited from class org.junit.runner.notification.RunListener
testAssumptionFailure, testFinished, testIgnored, testRunFinished, testRunStarted, testStarted
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FailureMarker
public FailureMarker()
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.