JTR 5.0 API Documentation

jtr.test.results.exporters
Interface ITestResultsExporter

All Superinterfaces:
IFactory
All Known Implementing Classes:
ExcelExporter

public interface ITestResultsExporter
extends IFactory

This interface defines the behaviour of JTR components in charge of exporting a JTR test result to an external format.

Since:
4.0
Version:
5.0
Author:
frusso

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

export

void export(NodeInfo node,
            TestOutcomeTable results)
Export the test results produced by the specified JTR node.

Parameters:
node - The JTR node that produced the given results
results - The results produced by the given node

flush

void flush(java.io.File file)
If required by the choosen output format, flushes to the specified output file.

Parameters:
file - The output file

The JTR Project is licensed under GPL version 2