org.jtiger.framework
Interface FixtureResultsHandler

All Known Implementing Classes:
FailureFixtureResultsHandler, HtmlFixtureResultsHandler, TextFixtureResultsHandler, XmlFixtureResultsHandler

public interface FixtureResultsHandler

Handle the result of a test run. Typical implementations might present the result to an end user using a graphical interface.
Custom implementations can be passed on the command line using the appropriate argument and the argument for the parameters.

Version:
2.1
Build Number 0376
Build Time 2006-07-28 01:50.16.218 CET (GMT + 1)
Author:
Tony Morris
See Also:
DefaultFixtureResultsHandlerFactory

Method Summary
 void handleResult(FixtureResults results, ReadOnlyArray<String> params)
          Handle the result of a test run.
 

Method Detail

handleResult

void handleResult(FixtureResults results,
                  ReadOnlyArray<String> params)
                  throws FixtureResultsHandlerException
Handle the result of a test run. Typical implementations might present the result to the user in some kind of interface.

Parameters:
results - The test results to handle.
params - Parameters passed from an external source.
Throws:
FixtureResultsHandlerException - If an error occurs while handling the test result.