|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Reporter is use to get the reports from the tests or APIs and send them to the TestReporter(s).
Method Summary | |
void |
report(String title)
Post a test report |
void |
report(String title,
boolean status)
Post a test report |
void |
report(String title,
String message,
boolean status)
Post a test report |
void |
report(String title,
String message,
boolean status,
boolean bold)
Post a test report |
void |
report(String title,
Throwable t)
Post a test failer report. |
void |
step(String stepDiscription)
Post a step report |
Method Detail |
public void report(String title, String message, boolean status, boolean bold)
title
- Report title.message
- Report message.status
- report status.bold
- bold report.public void report(String title, String message, boolean status)
title
- Report title.message
- Report message.status
- report status.public void report(String title, boolean status)
title
- Report title.status
- report status.public void report(String title)
title
- Report title.public void step(String stepDiscription)
stepDiscription
- Step discription.public void report(String title, Throwable t)
title
- Test title.t
- The exception that cause the report.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |