|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.test.results.exporters.impl.ExcelExporter
public class ExcelExporter
Implementation of the ITestResultExporter
interface able to export
JTR test results in Excel format.
Constructor Summary | |
---|---|
ExcelExporter()
Creates a new instance of ExcelExporter |
Method Summary | |
---|---|
void |
export(NodeInfo n,
TestOutcomeTable results)
Export the test results produced by the specified JTR node. |
void |
flush(java.io.File outputFile)
If required by the choosen output format, flushes to the specified output file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExcelExporter()
Method Detail |
---|
public void export(NodeInfo n, TestOutcomeTable results)
ITestResultsExporter
export
in interface ITestResultsExporter
n
- The JTR node that produced the given results
results
- The results produced by the given node
public void flush(java.io.File outputFile)
ITestResultsExporter
flush
in interface ITestResultsExporter
outputFile
- 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 |