JTR 5.0 API Documentation

jtr.test
Interface IOutcomeFactory<T extends IOutcome>

All Superinterfaces:
IFactory
All Known Implementing Classes:
DefaultOutcomeFactory

public interface IOutcomeFactory<T extends IOutcome>
extends IFactory

This interface has to be implemented along with the IOutcome interface for providing a custom implementation of a JTRunner outcome.

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

Method Summary
 T getInstance()
           
 

Method Detail

getInstance

T getInstance()

The JTR Project is licensed under GPL version 2