public class SuiteHtmlFormatter extends InteractiveFormatter implements java.io.Closeable
Constructor and Description |
---|
SuiteHtmlFormatter(WikiPage page,
java.io.Writer writer) |
Modifier and Type | Method and Description |
---|---|
void |
announceNumberTestsToRun(int testsToRun) |
void |
announceStartNewTest(java.lang.String relativeName,
java.lang.String fullPathName) |
void |
close() |
protected java.lang.String |
makeSummaryContent() |
void |
processTestResults(java.lang.String relativeName,
TestSummary testSummary) |
void |
testComplete(TestPage testPage,
TestSummary testSummary) |
void |
testOutputChunk(java.lang.String output) |
void |
testStarted(TestPage testPage) |
void |
testSystemStarted(TestSystem testSystem) |
AddLogLink, addStopLink, executionStatus, finishWritingOutput, getAssertionCounts, getErrorCount, getRelativeName, getRelativeName, makeExecutionStatusLink, maybeMakeErrorNavigatorVisible, removeStopTestLink, setTrackingId, testSummary, testSystemStopped, unableToStartTestSystem, updateSummaryDiv, wasInterrupted, writeData
getPage, testAssertionVerified, testExceptionOccurred
public SuiteHtmlFormatter(WikiPage page, java.io.Writer writer)
public void announceNumberTestsToRun(int testsToRun)
announceNumberTestsToRun
in interface TestsRunnerListener
announceNumberTestsToRun
in class InteractiveFormatter
public void announceStartNewTest(java.lang.String relativeName, java.lang.String fullPathName)
public void testStarted(TestPage testPage)
testStarted
in interface TestSystemListener
testStarted
in class InteractiveFormatter
public void processTestResults(java.lang.String relativeName, TestSummary testSummary)
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException
public void testOutputChunk(java.lang.String output)
testOutputChunk
in interface TestSystemListener
testOutputChunk
in class BaseFormatter
public void testComplete(TestPage testPage, TestSummary testSummary)
testComplete
in interface TestSystemListener
testComplete
in class BaseFormatter
public void testSystemStarted(TestSystem testSystem)
testSystemStarted
in interface TestSystemListener
testSystemStarted
in class BaseFormatter
protected java.lang.String makeSummaryContent()
makeSummaryContent
in class InteractiveFormatter