JTR 5.0 API Documentation

Uses of Class
jtr.config.RunnerConfig

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

Uses of RunnerConfig in jtr.assigner
 

Methods in jtr.assigner with parameters of type RunnerConfig
 IRunnerParameterized[] IParamsAssigner.assign(IRunnerClean[] cRunners, RunnerConfig runnerConfig)
          Performs the parameterization task over the array of IRunnerClean provided as input, using the given RunnerConfig.
 

Uses of RunnerConfig in jtr.assigner.impl
 

Methods in jtr.assigner.impl with parameters of type RunnerConfig
 IRunnerParameterized[] CyclicParamsAssigner.assign(IRunnerClean[] cRunners, RunnerConfig runnerConfig)
          Assing to the provided cRunners the parameters defined in the first parameter-set obtainable from the given runnerConfig.
 IRunnerParameterized[] IndexedParamsAssigner.assign(IRunnerClean[] cRunners, RunnerConfig runnerConfig)
          Performs the assignment of the i-th mod(n) parameter-set to the cRunners[i].
protected  void AbstractParamsAssigner.assignEnterpriseCfg(java.util.HashMap map, RunnerConfig runnerConfig, ParametersMap params)
          This method loads into the provided map the ENTERPRISE configuration to be assigned to the provided runner implementation using StdParameters.ENTERPRISE as a key.
protected  void AbstractParamsAssigner.assignJmsCfg(java.util.HashMap map, RunnerConfig runnerConfig, ParametersMap params)
          This method loads into the provided map the JMS configuration to be assigned to the provided runner implementation using StdParameters.JMS as a key.
protected  void AbstractParamsAssigner.assignRuns(java.util.HashMap map, RunnerConfig runnerConfig, ParametersMap params)
          This method loads into the provided map the RUNS value to be assigned to the provided runner implementation using StdParameters.RUN as a key.
protected  void AbstractParamsAssigner.assignSleepTime(java.util.HashMap map, RunnerConfig runnerConfig, ParametersMap params)
          This method loads into the provided map the SLEEP_TIME value to be assigned to the provided runner implementation using StdParameters.SLEEP_TIME as a key.
protected  void AbstractParamsAssigner.assignWebservice(java.util.HashMap map, RunnerConfig runnerConfig, ParametersMap params)
          This method loads into the provided map the WEBSERVICE configuration to be assigned to the provided runner implementation using StdParameters.WEBSERVICE as a key.
protected  void AbstractParamsAssigner.assingBinding(java.util.HashMap map, RunnerConfig runnerConfig, ParametersMap params)
          This method loads into the provided map the BINDING configuration to be assigned to the provided runner implementation using StdParameters.BINDING as a key.
protected  void AbstractParamsAssigner.handleUserDefinedParameters(IRunnerClean cRunner, RunnerConfig runnerConfig, ParametersMap params)
          This method routes the initialization of the different families of supported parameters other than the standard ones.
protected  void AbstractParamsAssigner.performStdAssignment(IRunnerClean cRunner, RunnerConfig runnerConfig, ParametersMap params, IParamsAssigner caller)
          This method assigns to the input IRunnerClean instance all its configuration parameters specified in the jtr.xml file.
These parameters are stored into the runnerConfig and params input parameters.
 java.util.HashMap AbstractParamsAssigner.readStdParameters(RunnerConfig runnerConfig, ParametersMap params)
          This method reads all the JTR standard parameters and puts them all into an HashMap.
The keys used within this HashMap are those specified as constant fields into the StdParameters class.
 

Uses of RunnerConfig in jtr.config
 

Methods in jtr.config that return types with arguments of type RunnerConfig
 java.util.Vector<RunnerConfig> TestConfig.getRunners()
          Returns a Vector<RunnerConfig>.
 

Methods in jtr.config with parameters of type RunnerConfig
 void TestConfig.addRunner(RunnerConfig runner)
          This method adds an IRunner runtime configuration to the current JTR test configuration.
 


The JTR Project is licensed under GPL version 2