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 of
Runner |
Modifier and Type | Class and Description |
---|---|
class |
ComparisonFailure
Thrown when an assert equals for Strings failed.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseTestRunner.addFailure(Test test,
AssertionFailedError e) |
Modifier and Type | Method and Description |
---|---|
void |
ResultPrinter.addFailure(Test test,
AssertionFailedError t) |
Modifier and Type | Method and Description |
---|---|
void |
JUnit38ClassRunner.OldTestClassAdaptingListener.addFailure(Test test,
AssertionFailedError t) |