|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A ResultRender is responsible to render the suite result to particular
format, such as XML, HTML.
The implemenation of this interface should output the render result to specified writer.
| Method Summary | |
void |
render(SuiteResult result,
Writer writer)
Render the suite result and output document to specified writer. |
void |
setEncoding(String encoding)
Receive the encoding specified by the user. |
| Method Detail |
public void setEncoding(String encoding)
encoding - the encoding
public void render(SuiteResult result,
Writer writer)
result - the result object to be rendered.writer - the writer to output document.
|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||