public abstract class BaseFormatter extends java.lang.Object implements Formatter
Modifier | Constructor and Description |
---|---|
protected |
BaseFormatter() |
protected |
BaseFormatter(WikiPage page) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCount() |
protected WikiPage |
getPage() |
void |
testAssertionVerified(Assertion assertion,
TestResult testResult) |
void |
testComplete(TestPage test,
TestSummary summary) |
void |
testExceptionOccurred(Assertion assertion,
ExceptionResult exceptionResult) |
void |
testOutputChunk(java.lang.String output) |
void |
testStarted(TestPage testPage) |
void |
testSystemStarted(TestSystem testSystem) |
void |
testSystemStopped(TestSystem testSystem,
java.lang.Throwable cause) |
protected BaseFormatter()
protected BaseFormatter(WikiPage page)
protected WikiPage getPage()
public void testSystemStarted(TestSystem testSystem)
testSystemStarted
in interface TestSystemListener
public void testStarted(TestPage testPage)
testStarted
in interface TestSystemListener
public void testOutputChunk(java.lang.String output)
testOutputChunk
in interface TestSystemListener
public void testComplete(TestPage test, TestSummary summary)
testComplete
in interface TestSystemListener
public int getErrorCount()
public void testAssertionVerified(Assertion assertion, TestResult testResult)
testAssertionVerified
in interface TestSystemListener
public void testExceptionOccurred(Assertion assertion, ExceptionResult exceptionResult)
testExceptionOccurred
in interface TestSystemListener
public void testSystemStopped(TestSystem testSystem, java.lang.Throwable cause)
testSystemStopped
in interface TestSystemListener