JTR 5.0 API Documentation

jtr.test.impl
Class DefaultOutcomeFactory

java.lang.Object
  extended by jtr.test.impl.DefaultOutcomeFactory
All Implemented Interfaces:
IFactory, IOutcomeFactory

public class DefaultOutcomeFactory
extends java.lang.Object
implements IOutcomeFactory

Default implementation of the IOutcomeFactory interface.

Since:
1.0
Version:
5.0
Author:
Francesco Russo (frusso@dev.java.net)
See Also:
IOutcomeFactory, IOutcome

Constructor Summary
DefaultOutcomeFactory()
          Constructor.
 
Method Summary
 IOutcome getInstance()
          Factory method that returns a valid IOutcome instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultOutcomeFactory

public DefaultOutcomeFactory()
Constructor. It is responsability of the JTR runtime using just one instance of this class.

Method Detail

getInstance

public IOutcome getInstance()
Factory method that returns a valid IOutcome instance.

Specified by:
getInstance in interface IOutcomeFactory
Returns:
IOutcome A valid IOutcome instance

The JTR Project is licensed under GPL version 2