JTR 4.0 API Documentation

jtr.test.impl
Class DefaultTestResultDisplayer

java.lang.Object
  extended by jtr.test.impl.DefaultTestResultDisplayer
All Implemented Interfaces:
IFactory, ITestResultDisplayer

public class DefaultTestResultDisplayer
extends java.lang.Object
implements ITestResultDisplayer

Default implementation of the ITestResultDisplayer meant for printing to the standard output the results collected form all the JTR-nodes involved in the test.

Since:
4.0
Version:
4.0
Author:
frusso

Constructor Summary
DefaultTestResultDisplayer()
          Creates a new instance of DefaultTestResultDisplayer
 
Method Summary
 void showResults(java.util.Map<NodeInfo,TestOutcomeTable> outcomes)
          Show the results of the tests contained in the provided map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTestResultDisplayer

public DefaultTestResultDisplayer()
Creates a new instance of DefaultTestResultDisplayer

Method Detail

showResults

public void showResults(java.util.Map<NodeInfo,TestOutcomeTable> outcomes)
Description copied from interface: ITestResultDisplayer
Show the results of the tests contained in the provided map.

Specified by:
showResults in interface ITestResultDisplayer

The JTR Project is licensed under GPL version 2