|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractParamsAssigner | |
---|---|
jtr.assigner.impl | Default implementations of the contracts defined in the jtr.assigner
package. |
Uses of AbstractParamsAssigner in jtr.assigner.impl |
---|
Subclasses of AbstractParamsAssigner in jtr.assigner.impl | |
---|---|
class |
CyclicParamsAssigner
This class is a concrete IParamsAssigner implementation
providing a cyclic parameters assignment policy.This means that should a configured runner have multiple parameters-sets associated with it, this particular assigner would iterate over all the available parameters-set and assign them to the runner following the order in which they compare in the jtr.xml configuration file. |
class |
IndexedParamsAssigner
This class is a concrete IParamsAssigner implementation
providing an indexed parameters assignment policy.This means that should a configured runner have multiple parameters-sets associated with it, this particular assigner would provide the i-th runner instance with the i-th mod(n) parameter-set where n is the number of configured parameters-sets.br> Each assignment will be performed at the beginning of each run. |
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |