Uses of Class
junit.framework.AssertionFailedError
-
Packages that use AssertionFailedError Package Description junit.framework Provides JUnit v3.x core classes.junit.runner Provides JUnit v3.x test runners.junit.textui Provides JUnit v3.x command line based tool to run tests. -
-
Uses of AssertionFailedError in junit.framework
Subclasses of AssertionFailedError in junit.framework Modifier and Type Class Description class
ComparisonFailure
Thrown when an assert equals for Strings failed.Methods in junit.framework with parameters of type AssertionFailedError Modifier and Type Method Description void
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 AssertionFailedError Modifier and Type Method Description void
BaseTestRunner. addFailure(Test test, AssertionFailedError e)
-
Uses of AssertionFailedError in junit.textui
Methods in junit.textui with parameters of type AssertionFailedError Modifier and Type Method Description void
ResultPrinter. addFailure(Test test, AssertionFailedError t)
-