public class JunitReFormatter extends BaseFormatter implements java.io.Closeable
Constructor and Description |
---|
JunitReFormatter(FitNesseContext context,
WikiPage page,
java.io.Writer writer,
SuiteHistoryFormatter historyFormatter) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getErrorCount() |
getPage, testAssertionVerified, testComplete, testExceptionOccurred, testOutputChunk, testStarted, testSystemStarted, testSystemStopped
public JunitReFormatter(FitNesseContext context, WikiPage page, java.io.Writer writer, SuiteHistoryFormatter historyFormatter)
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException
public int getErrorCount()
getErrorCount
in class BaseFormatter