public class ResultPrinter
extends junit.textui.ResultPrinter
| Constructor and Description |
|---|
ResultPrinter(PrintStream writer) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRelevantStackTrace(Throwable t) |
void |
printErrors(junit.framework.TestResult result) |
void |
printFailures(junit.framework.TestResult result) |
void |
printHeader(junit.framework.TestResult result)
Prints the header of the report
|
PrintStream |
writer() |
public ResultPrinter(PrintStream writer)
public PrintStream writer()
public void printFailures(junit.framework.TestResult result)
printFailures in class junit.textui.ResultPrinterpublic void printHeader(junit.framework.TestResult result)
public void printErrors(junit.framework.TestResult result)
printErrors in class junit.textui.ResultPrinterCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.