Uses of Class
junit.textui.ResultPrinter
-
Packages that use ResultPrinter Package Description 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 Modifier and Type Method Description void
TestRunner. setPrinter(ResultPrinter printer)
Constructors in junit.textui with parameters of type ResultPrinter Constructor Description TestRunner(ResultPrinter printer)
Constructs a TestRunner using the given ResultPrinter all the output
-