|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This object actully do the analyzing work. In order to create a report the title, message and status should be set.
Method Summary | |
void |
analyze()
The analyze process. |
String |
getMessage()
Get message to report. |
boolean |
getStatus()
Get the analyzing status. |
Throwable |
getThrowable()
Get any throwable that was thrown in the analyzing phase. |
String |
getTitle()
Get the reporting title. |
void |
setAnalyzer(Analyzer analyzer)
|
void |
setTestAgainst(Object o)
Set the test agains object. |
Method Detail |
public String getTitle()
public String getMessage()
public boolean getStatus()
public Throwable getThrowable()
public void setTestAgainst(Object o)
o
- The object to analyze.public void analyze()
public void setAnalyzer(Analyzer analyzer)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |