JTR 5.0 API Documentation

Uses of Package
jtr.pool

Packages that use jtr.pool
jtr.pool This packages contains internal classes required by the JTR runtime. 
jtr.remote.pool This package contains specializations to classes/contracts defined in jtr.pool, required to enable JTR Distributed Testing sessions. 
jtr.remote.test This package contains specializations to classes/contracts defined in jtr.test, required to enable JTR Distributed Testing sessions. 
jtr.runners This package defines the hierarchy of interfaces that shape the interaction between user-defined runners and the JTR runtime. 
jtr.test This package contains all those classes and interfaces in charge of managing the execution of JTR Test Sessions.
Beside this, this package brings a set of interfaces that model the way an outcome is defined in the JTR Project, and other contracts that must be implemented by those components in charge of showing the test results to the end user upon completion. 
 

Classes in jtr.pool used by jtr.pool
IPoolManager
          This interface defines the contract standing between the IRunners and the pool management provided by the JTR framework.
RunnerPool
          This class represents a pool of IRunner instances.
Only IRunnerParameterized instances are allowed to be added to the pool, and once added they all become IRunnerPooled.
 

Classes in jtr.pool used by jtr.remote.pool
RunnerPool
          This class represents a pool of IRunner instances.
Only IRunnerParameterized instances are allowed to be added to the pool, and once added they all become IRunnerPooled.
RunnerPoolFiller
          Given a TestConfig and a RunnerPool, this class takes care of both the instantiation of the configured set of IRunners and the filling of the pool.
 

Classes in jtr.pool used by jtr.remote.test
IPoolManager
          This interface defines the contract standing between the IRunners and the pool management provided by the JTR framework.
RunnerPool
          This class represents a pool of IRunner instances.
Only IRunnerParameterized instances are allowed to be added to the pool, and once added they all become IRunnerPooled.
 

Classes in jtr.pool used by jtr.runners
RunnerPool
          This class represents a pool of IRunner instances.
Only IRunnerParameterized instances are allowed to be added to the pool, and once added they all become IRunnerPooled.
 

Classes in jtr.pool used by jtr.test
IPoolManager
          This interface defines the contract standing between the IRunners and the pool management provided by the JTR framework.
RunnerPool
          This class represents a pool of IRunner instances.
Only IRunnerParameterized instances are allowed to be added to the pool, and once added they all become IRunnerPooled.
 


The JTR Project is licensed under GPL version 2