| Package | Description |
|---|---|
| junit.framework |
Provides JUnit v3.x core classes.
|
| junit.textui |
Provides JUnit v3.x command line based tool to run tests.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<TestFailure> |
TestResult.fErrors |
protected List<TestFailure> |
TestResult.fFailures |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<TestFailure> |
TestResult.errors()
Returns an Enumeration for the errors.
|
Enumeration<TestFailure> |
TestResult.failures()
Returns an Enumeration for the failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultPrinter.printDefect(TestFailure booBoo,
int count) |
protected void |
ResultPrinter.printDefectHeader(TestFailure booBoo,
int count) |
protected void |
ResultPrinter.printDefectTrace(TestFailure booBoo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResultPrinter.printDefects(Enumeration<TestFailure> booBoos,
int count,
String type) |
Copyright © 2002–2020 JUnit. All rights reserved.