public abstract class FileResultPrinter extends Object implements ResultPrinter
Abstract class that prints a test run result to a file
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.plugin.logging.Log |
log |
protected File |
reportBasePath |
| Constructor and Description |
|---|
FileResultPrinter(File reportBasePath,
org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
PrintStream |
getResultPrintStream(String fileName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprintprotected File reportBasePath
protected org.apache.maven.plugin.logging.Log log
public FileResultPrinter(File reportBasePath, org.apache.maven.plugin.logging.Log log)
public PrintStream getResultPrintStream(String fileName) throws FileNotFoundException, UnsupportedEncodingException
Copyright © 2019. All rights reserved.