JTR 5.0 API Documentation

jtr.test.impl
Class DefaultTestResultDisplayer

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

public class DefaultTestResultDisplayer
extends HeadlessTestResultDisplayer

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

Field Summary
 
Fields inherited from class jtr.test.impl.HeadlessTestResultDisplayer
results
 
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 jtr.test.impl.HeadlessTestResultDisplayer
testAccomplished, testFailed
 
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)
Show the results of the tests contained in the provided map.

Specified by:
showResults in interface ITestResultDisplayer
Overrides:
showResults in class HeadlessTestResultDisplayer

The JTR Project is licensed under GPL version 2