io.gatling.core.action
Action in charge of controlling a while loop execution.
creates a Loop in the scenario
the condition that decides when to exit the loop
the name of the counter for this loop
the StatsEngine
the chain executed if testFunction evaluates to false
Action in charge of controlling a while loop execution.