JTR 5.0 API Documentation

Uses of Class
jtr.pool.RunnerPool

Packages that use RunnerPool
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. 
 

Uses of RunnerPool in jtr.pool
 

Methods in jtr.pool with parameters of type RunnerPool
static void RunnerPoolFiller.fillPool(TestConfig testConfig, RunnerPool pool, ITestCompletionListener testComplLsnr)
          This method instantiates the runners as dictated by the TestConfig and uses them to populate the provided RunnerPool.
 

Uses of RunnerPool in jtr.remote.pool
 

Methods in jtr.remote.pool with parameters of type RunnerPool
static void RemoteRunnerPoolFiller.fillPool(TestConfig testConfig, RunnerPool pool, NodeInfo serverCL)
          Fills the RunnerPool instance provided with all the required runner instances, according to what stated in the testConfig instance.
 

Uses of RunnerPool in jtr.remote.test
 

Methods in jtr.remote.test that return RunnerPool
protected  RunnerPool RemoteTestRunManager.initializePool(TestConfig testConfig)
           
 

Uses of RunnerPool in jtr.runners
 

Methods in jtr.runners that return RunnerPool
 RunnerPool AbstractRunnerAncestor.getPool()
          Get the pool this IRunner belongs to
 RunnerPool IRunnerPooled.getPool()
          Get the pool the current runner belongs to.
 

Methods in jtr.runners with parameters of type RunnerPool
 IRunnerPooled AbstractRunnerAncestor.setPool(RunnerPool pool)
          Set the pool this IRunner will belong to
 IRunnerPooled IRunnerParameterized.setPool(RunnerPool pool)
          Assign the current IRunnerParameterized to the given pool.
 

Uses of RunnerPool in jtr.test
 

Methods in jtr.test that return RunnerPool
protected  RunnerPool TestRunManager.getPool()
           
protected  RunnerPool TestRunManager.initializePool(TestConfig testConfig, ITestCompletionListener testCmplLsnr)
          Initialize the pool of IRunners.
 

Methods in jtr.test with parameters of type RunnerPool
protected  void TestRunManager.setPool(RunnerPool val)
           
 


The JTR Project is licensed under GPL version 2