Uses of Class
org.junit.runner.notification.Failure
-
Packages that use Failure 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. -
-
Uses of Failure in org.junit.experimental.max
Methods in org.junit.experimental.max with parameters of type Failure Modifier and Type Method Description voidMaxHistory.RememberingListener. testFailure(Failure failure) -
Uses of Failure in org.junit.experimental.results
Fields in org.junit.experimental.results with type parameters of type Failure Modifier and Type Field Description private java.util.List<Failure>FailureList. failuresMethods in org.junit.experimental.results that return types with arguments of type Failure Modifier and Type Method Description java.util.List<Failure>PrintableResult. failures()Returns the failures in this result.Constructor parameters in org.junit.experimental.results with type arguments of type Failure Constructor Description FailureList(java.util.List<Failure> failures)PrintableResult(java.util.List<Failure> failures)A result that includes the givenfailures -
Uses of Failure in org.junit.internal
Methods in org.junit.internal with parameters of type Failure Modifier and Type Method Description protected voidTextListener. printFailure(Failure each, java.lang.String prefix)voidTextListener. testFailure(Failure failure) -
Uses of Failure in org.junit.runner
Fields in org.junit.runner with type parameters of type Failure Modifier and Type Field Description private java.util.concurrent.CopyOnWriteArrayList<Failure>Result. failuresprivate java.util.List<Failure>Result.SerializedForm. fFailuresMethods in org.junit.runner that return types with arguments of type Failure Modifier and Type Method Description java.util.List<Failure>Result. getFailures()Returns theFailures describing tests that failed and the problems they encounteredMethods in org.junit.runner with parameters of type Failure Modifier and Type Method Description voidResult.Listener. testAssumptionFailure(Failure failure)voidResult.Listener. testFailure(Failure failure) -
Uses of Failure in org.junit.runner.notification
Methods in org.junit.runner.notification with parameters of type Failure Modifier and Type Method Description voidRunNotifier. fireTestAssumptionFailed(Failure failure)Invoke to tell listeners that an atomic test flagged that it assumed something false.voidRunNotifier. fireTestFailure(Failure failure)Invoke to tell listeners that an atomic test failed.voidRunListener. testAssumptionFailure(Failure failure)Called when an atomic test flags that it assumes a condition that is falsevoidSynchronizedRunListener. testAssumptionFailure(Failure failure)voidRunListener. testFailure(Failure failure)Called when an atomic test fails, or when a listener throws an exception.voidSynchronizedRunListener. testFailure(Failure failure)
-