Package | Description |
---|---|
org.junit.experimental.max | |
org.junit.experimental.results | |
org.junit.internal | |
org.junit.runner |
Provides classes used to describe, collect, run and analyze multiple tests.
|
org.junit.runner.notification |
Provides information about a test run.
|
Modifier and Type | Method and Description |
---|---|
void |
MaxHistory.RememberingListener.testFailure(Failure failure) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Failure> |
FailureList.failures |
Modifier and Type | Method and Description |
---|---|
java.util.List<Failure> |
PrintableResult.failures()
Returns the failures in this result.
|
Constructor and Description |
---|
FailureList(java.util.List<Failure> failures) |
PrintableResult(java.util.List<Failure> failures)
A result that includes the given
failures |
Modifier and Type | Method and Description |
---|---|
protected void |
TextListener.printFailure(Failure each,
java.lang.String prefix) |
void |
TextListener.testFailure(Failure failure) |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.CopyOnWriteArrayList<Failure> |
Result.failures |
private java.util.List<Failure> |
Result.SerializedForm.fFailures |
Modifier and Type | Method and Description |
---|---|
java.util.List<Failure> |
Result.getFailures()
Returns the
Failure s describing tests that failed and the problems they encountered |
Modifier and Type | Method and Description |
---|---|
void |
Result.Listener.testAssumptionFailure(Failure failure) |
void |
Result.Listener.testFailure(Failure failure) |
Modifier and Type | Method and Description |
---|---|
void |
RunNotifier.fireTestAssumptionFailed(Failure failure)
Invoke to tell listeners that an atomic test flagged that it assumed
something false.
|
void |
RunNotifier.fireTestFailure(Failure failure)
Invoke to tell listeners that an atomic test failed.
|
void |
RunListener.testAssumptionFailure(Failure failure)
Called when an atomic test flags that it assumes a condition that is
false
|
void |
SynchronizedRunListener.testAssumptionFailure(Failure failure) |
void |
RunListener.testFailure(Failure failure)
Called when an atomic test fails, or when a listener throws an exception.
|
void |
SynchronizedRunListener.testFailure(Failure failure) |
Modifier and Type | Method and Description |
---|---|
private void |
RunNotifier.fireTestFailures(java.util.List<RunListener> listeners,
java.util.List<Failure> failures) |