Class UserSequence
java.lang.Object
org.apache.jmeter.protocol.http.modifier.UserSequence
- All Implemented Interfaces:
Serializable
This module controls the Sequence in which user details are returned. This
module uses round robin allocation of users.
- Version:
- $Revision: 1649126 $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserSequence(List<Map<String, String>> allUsers) Load all user and parameter data into the sequence module. -
Method Summary
Modifier and TypeMethodDescriptionReturns the parameter data for the next user in the sequence
-
Constructor Details
-
UserSequence
public UserSequence() -
UserSequence
-
-
Method Details
-
getNextUserMods
-