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 TypeClassDescriptionclassThrown when an assert equals for Strings failed.Methods in junit.framework with parameters of type AssertionFailedErrorModifier and TypeMethodDescriptionvoidTestListener.addFailure(Test test, AssertionFailedError e) A failure occurred.voidTestResult.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 TypeMethodDescriptionvoidBaseTestRunner.addFailure(Test test, AssertionFailedError e) -
Uses of AssertionFailedError in junit.textui
Methods in junit.textui with parameters of type AssertionFailedErrorModifier and TypeMethodDescriptionvoidResultPrinter.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 TypeMethodDescriptionvoidJUnit38ClassRunner.OldTestClassAdaptingListener.addFailure(Test test, AssertionFailedError t)