|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssertionFailedError | |
---|---|
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 | |
---|---|
class |
ComparisonFailure
Thrown when an assert equals for Strings failed. |
Methods in junit.framework with parameters of type AssertionFailedError | |
---|---|
void |
TestListener.addFailure(Test test,
AssertionFailedError t)
A failure occurred. |
void |
TestResult.addFailure(Test test,
AssertionFailedError t)
Adds a failure to the list of failures. |
Uses of AssertionFailedError in junit.runner |
---|
Methods in junit.runner with parameters of type AssertionFailedError | |
---|---|
void |
BaseTestRunner.addFailure(Test test,
AssertionFailedError t)
|
Uses of AssertionFailedError in junit.textui |
---|
Methods in junit.textui with parameters of type AssertionFailedError | |
---|---|
void |
ResultPrinter.addFailure(Test test,
AssertionFailedError t)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |