JTR 5.0 API Documentation

Uses of Class
jtr.assigner.UnknownAssignmentPolicyException

Packages that use UnknownAssignmentPolicyException
jtr.assigner This package contains all the interfaces defining the contract standing amongst the JTR runtime and those concrete components in charge of implementing parameters assignment strategies as described in the users' guide available starting form here
jtr.assigner.impl Default implementations of the contracts defined in the jtr.assigner package. 
jtr.config Here reside all the basic classes used to compose the object-oriented representation of a jtr.xml configuration file. 
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.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 UnknownAssignmentPolicyException in jtr.assigner
 

Methods in jtr.assigner that throw UnknownAssignmentPolicyException
 IAssignmentPolicy IAssignmentPolicyFactory.getInstance(java.lang.String type)
          Returns an instance of IAssignmentPolicy according to the requested type.
 

Uses of UnknownAssignmentPolicyException in jtr.assigner.impl
 

Methods in jtr.assigner.impl that throw UnknownAssignmentPolicyException
 IAssignmentPolicy DefaultAssignmentPolicyFactory.getInstance(java.lang.String type)
          Return a concrete instance of the IAssignmentPolicy interface.
 

Uses of UnknownAssignmentPolicyException in jtr.config
 

Methods in jtr.config that throw UnknownAssignmentPolicyException
 IAssignmentPolicy RunnerConfig.getAssignmetPolicy()
          Short-hand method useful to instantiate the concrete IAssignmentPolicy that will handle the parameterization for this runner configuration.
 

Uses of UnknownAssignmentPolicyException in jtr.pool
 

Methods in jtr.pool that throw UnknownAssignmentPolicyException
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 UnknownAssignmentPolicyException in jtr.remote.pool
 

Methods in jtr.remote.pool that throw UnknownAssignmentPolicyException
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 UnknownAssignmentPolicyException in jtr.remote.test
 

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

Uses of UnknownAssignmentPolicyException in jtr.test
 

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


The JTR Project is licensed under GPL version 2