public class JUnitTestFailureListener
extends org.junit.runner.notification.RunListener
Modifier and Type | Field and Description |
---|---|
private java.util.List<org.junit.runner.notification.Failure> |
allFailures |
Constructor and Description |
---|
JUnitTestFailureListener() |
Modifier and Type | Method and Description |
---|---|
java.util.List<org.junit.runner.notification.Failure> |
getAllFailures() |
void |
reset() |
void |
testFailure(org.junit.runner.notification.Failure failure) |
private final java.util.List<org.junit.runner.notification.Failure> allFailures
public void testFailure(org.junit.runner.notification.Failure failure) throws java.lang.Exception
testFailure
in class org.junit.runner.notification.RunListener
java.lang.Exception
public java.util.List<org.junit.runner.notification.Failure> getAllFailures()
public void reset()