|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsystem.framework.report.SystemOutTestReporter
Print the reporting to the standard output.
Constructor Summary | |
SystemOutTestReporter()
|
Method Summary | |
boolean |
asUI()
|
String |
getName()
Get the reporter unick name. |
void |
initReporterManager()
Launch the manager GUI. |
void |
report(String title,
String message,
boolean isPass,
boolean bold)
This method will be called by the ListenerManager when new report is added. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SystemOutTestReporter()
Method Detail |
public void initReporterManager()
TestReporter
initReporterManager
in interface TestReporter
public boolean asUI()
asUI
in interface TestReporter
public void report(String title, String message, boolean isPass, boolean bold)
TestReporter
report
in interface TestReporter
title
- the report title.message
- the report messageisPass
- true if passbold
- true if boldpublic String getName()
TestReporter
getName
in interface TestReporter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |