com.thoughtworks.qdox.tools
Class QDoxTester.ConsoleReporter
java.lang.Object
com.thoughtworks.qdox.tools.QDoxTester.ConsoleReporter
- All Implemented Interfaces:
- QDoxTester.Reporter
- Enclosing class:
- QDoxTester
private static class QDoxTester.ConsoleReporter
- extends java.lang.Object
- implements QDoxTester.Reporter
Method Summary |
void |
error(java.lang.String id,
java.lang.Throwable throwable)
|
private void |
newLine()
|
void |
parseFailure(java.lang.String id,
int line,
int column,
java.lang.String reason)
|
void |
success(java.lang.String id)
|
void |
writeSummary()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
out
private final java.io.PrintStream out
success
private int success
failure
private int failure
error
private int error
dotsWrittenThisLine
private int dotsWrittenThisLine
QDoxTester.ConsoleReporter
public QDoxTester.ConsoleReporter(java.io.PrintStream out)
success
public void success(java.lang.String id)
- Specified by:
success
in interface QDoxTester.Reporter
newLine
private void newLine()
parseFailure
public void parseFailure(java.lang.String id,
int line,
int column,
java.lang.String reason)
- Specified by:
parseFailure
in interface QDoxTester.Reporter
error
public void error(java.lang.String id,
java.lang.Throwable throwable)
- Specified by:
error
in interface QDoxTester.Reporter
writeSummary
public void writeSummary()