jtr.assigner
Interface IAssignmentPolicy
- All Known Implementing Classes:
- CyclicAssignmentPolicy, IndexedAssignmentPolicy
public interface IAssignmentPolicy
This interface defines what an assignment policy is in the JTR framework. An
assignment policy is simply in charge of producing concrete
IParamsAssigner instances. Every
IAssignmentPolicy concrete instance is only obtainable by
means of an appropriate IAssignmentPolicyFactory.
- Since:
- 1.0
- Version:
- 5.0
- Author:
- Francesco Russo (frusso@dev.java.net)
- See Also:
IAssignmentPolicyFactory,
IParamsAssigner
|
Method Summary |
IParamsAssigner |
getAssigner()
Returns the concrete instance of the class in charge of performing the
parameters assignment task under the control of both the
TestRunManager and AbstractRunner JTR
components. |
getAssigner
IParamsAssigner getAssigner()
- Returns the concrete instance of the class in charge of performing the
parameters assignment task under the control of both the
TestRunManager and AbstractRunner JTR
components.
- Returns:
- IParamsAssigner The concrete assigner