nice.tools.testsuite.output |
|
Java Source File Name | Type | Comment |
AbstractOutput.java | Class | Abstract representation of the test engine output. |
ConsoleOutput.java | Class | Output logs the statements to System.out. |
HtmlOutput.java | Class | Output logs the statements in html Format. |
Output.java | Interface | The output Interface. |
OutputWriter.java | Class | This class writes the output statements of the test engine to the underlying writer.
The output is buffered in a StringBuffer and written to out if the user flushes or
closes the writer. |
TextOutput.java | Class | Output logs the statements as text with indentations. |