JTR 4.0 API Documentation

jtr.test
Interface ITestResultDisplayer

All Superinterfaces:
IFactory
All Known Implementing Classes:
DefaultTestResultDisplayer

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:
4.0
Author:
frusso

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

Method Detail

showResults

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

Parameters:
outcomes -

The JTR Project is licensed under GPL version 2