JTR 5.0 API Documentation

jtr.test.impl
Class HeadlessTestResultDisplayer

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

public class HeadlessTestResultDisplayer
extends java.lang.Object
implements ITestResultDisplayer

Since:
5.0
Version:
5.0
Author:
frusso

Field Summary
protected  java.util.Map<NodeInfo,TestOutcomeTable> results
           
 
Constructor Summary
HeadlessTestResultDisplayer()
           
 
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.
protected  boolean testFailed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

results

protected java.util.Map<NodeInfo,TestOutcomeTable> results
Constructor Detail

HeadlessTestResultDisplayer

public HeadlessTestResultDisplayer()
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

testAccomplished

public 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.

Specified by:
testAccomplished in interface ITestResultDisplayer
Throws:
TestFailedException

testFailed

protected boolean testFailed()

The JTR Project is licensed under GPL version 2