Uses of Class
junit.framework.AssertionFailedError
Packages that use AssertionFailedError
Package
Description
Provides JUnit v3.x core classes.
Provides JUnit v3.x test runners.
Provides JUnit v3.x command line based tool to run tests.
Provides implementations of
Runner
-
Uses of AssertionFailedError in junit.framework
Subclasses of AssertionFailedError in junit.frameworkModifier and TypeClassDescriptionclass
Thrown when an assert equals for Strings failed.Methods in junit.framework with parameters of type AssertionFailedErrorModifier and TypeMethodDescriptionvoid
TestListener.addFailure
(Test test, AssertionFailedError e) A failure occurred.void
TestResult.addFailure
(Test test, AssertionFailedError e) Adds a failure to the list of failures. -
Uses of AssertionFailedError in junit.runner
Methods in junit.runner with parameters of type AssertionFailedErrorModifier and TypeMethodDescriptionvoid
BaseTestRunner.addFailure
(Test test, AssertionFailedError e) -
Uses of AssertionFailedError in junit.textui
Methods in junit.textui with parameters of type AssertionFailedErrorModifier and TypeMethodDescriptionvoid
ResultPrinter.addFailure
(Test test, AssertionFailedError t) -
Uses of AssertionFailedError in org.junit.internal.runners
Methods in org.junit.internal.runners with parameters of type AssertionFailedErrorModifier and TypeMethodDescriptionvoid
JUnit38ClassRunner.OldTestClassAdaptingListener.addFailure
(Test test, AssertionFailedError t)