Uses of Class
org.junit.runner.notification.Failure
Packages that use Failure
Package
Description
Provides classes used to describe, collect, run and analyze multiple tests.
Provides information about a test run.
-
Uses of Failure in org.junit.experimental.max
Methods in org.junit.experimental.max with parameters of type FailureModifier and TypeMethodDescriptionvoid
MaxHistory.RememberingListener.testFailure
(Failure failure) -
Uses of Failure in org.junit.experimental.results
Fields in org.junit.experimental.results with type parameters of type FailureMethods in org.junit.experimental.results that return types with arguments of type FailureModifier and TypeMethodDescriptionPrintableResult.failures()
Returns the failures in this result.Constructor parameters in org.junit.experimental.results with type arguments of type FailureModifierConstructorDescriptionFailureList
(List<Failure> failures) PrintableResult
(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 FailureModifier and TypeMethodDescriptionprotected void
TextListener.printFailure
(Failure each, String prefix) void
TextListener.testFailure
(Failure failure) -
Uses of Failure in org.junit.runner
Fields in org.junit.runner with type parameters of type FailureModifier and TypeFieldDescriptionprivate final CopyOnWriteArrayList
<Failure> Result.failures
Result.SerializedForm.fFailures
Methods in org.junit.runner that return types with arguments of type FailureModifier and TypeMethodDescriptionResult.getFailures()
Returns theFailure
s describing tests that failed and the problems they encounteredMethods in org.junit.runner with parameters of type FailureModifier and TypeMethodDescriptionvoid
Result.Listener.testAssumptionFailure
(Failure failure) void
Result.Listener.testFailure
(Failure failure) -
Uses of Failure in org.junit.runner.notification
Methods in org.junit.runner.notification with parameters of type FailureModifier and TypeMethodDescriptionvoid
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 falsevoid
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)