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.org.junit.internal.runners Provides implementations ofRunner -
-
Uses of AssertionFailedError in junit.framework
Subclasses of AssertionFailedError in junit.framework Modifier and Type Class Description classComparisonFailureThrown when an assert equals for Strings failed.Methods in junit.framework with parameters of type AssertionFailedError Modifier and Type Method Description voidTestListener. 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 AssertionFailedError Modifier and Type Method Description voidBaseTestRunner. 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 voidResultPrinter. addFailure(Test test, AssertionFailedError t) -
Uses of AssertionFailedError in org.junit.internal.runners
Methods in org.junit.internal.runners with parameters of type AssertionFailedError Modifier and Type Method Description voidJUnit38ClassRunner.OldTestClassAdaptingListener. addFailure(Test test, AssertionFailedError t)
-