Uses of Class
junit.textui.ResultPrinter
Packages that use ResultPrinter | |
---|---|
junit.textui | Provides JUnit v3.x command line based tool to run tests. |
Uses of ResultPrinter in junit.textui |
---|
Methods in junit.textui with parameters of type ResultPrinter | |
---|---|
void |
TestRunner.setPrinter(ResultPrinter printer) |
Constructors in junit.textui with parameters of type ResultPrinter | |
---|---|
TestRunner(ResultPrinter printer) Constructs a TestRunner using the given ResultPrinter all the output |