JTR 5.0 API Documentation

jtr.test
Interface ITestResultDisplayer

All Superinterfaces:
IFactory
All Known Implementing Classes:
DefaultTestResultDisplayer, HeadlessTestResultDisplayer

public interface ITestResultDisplayer
extends IFactory

This interface has to be implemented in order to customize the way test results are showed at the end of the session.

Since:
4.0
Version:
5.0
Author:
frusso

Method Summary
 void showResults(java.util.Map<NodeInfo,TestOutcomeTable> outcomes)
          Show the results of the tests contained in the provided map.
 void testAccomplished()
          This method notifies the end of the test.
 

Method Detail

showResults

void showResults(java.util.Map<NodeInfo,TestOutcomeTable> outcomes)
Show the results of the tests contained in the provided map.

Parameters:
outcomes -

testAccomplished

void testAccomplished()
                      throws TestFailedException
This method notifies the end of the test. It is invoked when all the results have finally been collected by both local and remote nodes.

Throws:
TestFailedException

The JTR Project is licensed under GPL version 2