|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Any system object implement an Analyzer as well. The Analyzer work in 2 steps: In the first the object to analyze is set by using setTestAgainsObject. it's the system object task to do it. Then the analyze or the silenceAnalyze method are called.
Method Summary | |
void |
analyze(AnalyzerParameter parameter)
Analyze the result. |
void |
analyze(AnalyzerParameter parameter,
boolean silent)
Analyze the result. |
void |
setTestAgainsObject(Object o)
Set the object to analyze. |
Method Detail |
public void analyze(AnalyzerParameter parameter) throws AnalyzerException
parameter
- The analyzer parameter object.
AnalyzerException
public void analyze(AnalyzerParameter parameter, boolean silent) throws AnalyzerException
parameter
- The analyzer parameter object.silent
- if silent no reports will be submit
AnalyzerException
public void setTestAgainsObject(Object o)
o
- The object to analyze.
can be String ResultSet or any other object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |