JTR 5.0 API Documentation

Uses of Interface
jtr.test.IOutcomeFactory

Packages that use IOutcomeFactory
jtr.runners This package defines the hierarchy of interfaces that shape the interaction between user-defined runners and the JTR runtime. 
jtr.test.impl Default implementations of the interfaces defined in the jtr.test package. 
 

Uses of IOutcomeFactory in jtr.runners
 

Methods in jtr.runners that return IOutcomeFactory
 IOutcomeFactory AbstractRunnerAncestor.getOutcomeFactory()
          Get the current IOutcomeTable
 IOutcomeFactory IRunnerClean.getOutcomeFactory()
          Get the factory in charge of instantiating IOutCome instances.
 

Methods in jtr.runners with parameters of type IOutcomeFactory
 void AbstractRunnerAncestor.setOutcomeFactory(IOutcomeFactory outcomeFactory)
          Set the current IOutcomeTable
 void IRunnerClean.setOutcomeFactory(IOutcomeFactory outcomeFactory)
          Set the factory in charge of instantiating IOutCome instances.
 

Uses of IOutcomeFactory in jtr.test.impl
 

Classes in jtr.test.impl that implement IOutcomeFactory
 class DefaultOutcomeFactory
          Default implementation of the IOutcomeFactory interface.
 


The JTR Project is licensed under GPL version 2