|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITestResultsExporter
This interface defines the behaviour of JTR components in charge of exporting a JTR test result to an external format.
Method Summary | |
---|---|
void |
export(NodeInfo node,
TestOutcomeTable results)
Export the test results produced by the specified JTR node. |
void |
flush(java.io.File file)
If required by the choosen output format, flushes to the specified output file. |
Method Detail |
---|
void export(NodeInfo node, TestOutcomeTable results)
node
- The JTR node that produced the given results
results
- The results produced by the given node
void flush(java.io.File file)
file
- The output file
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |