|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TestReporter define the methods that should be implemented by all the system reporter. The reporter should register to the ListenerManager, and will be notify by the report method when a report is added.
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. |
Method Detail |
public void initReporterManager()
public boolean asUI()
public void report(String title, String message, boolean isPass, boolean bold)
title
- the report title.message
- the report messageisPass
- true if passbold
- true if boldpublic String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |