Packages

package pause

Type Members

  1. trait Paces[T <: StructureBuilder[T, W], W <: core.structure.StructureBuilder[W]] extends AnyRef

    Pace methods for defining point where a given virtual user can't go through too fast (pauses otherwise).

    Pace methods for defining point where a given virtual user can't go through too fast (pauses otherwise).

    Important: instances are immutable so any method doesn't mutate the existing instance but returns a new one.

  2. trait Pauses[T <: StructureBuilder[T, W], W <: core.structure.StructureBuilder[W]] extends AnyRef

    Pause methods for defining pause/think time steps in a Scenario.

    Pause methods for defining pause/think time steps in a Scenario.

    Important: instances are immutable so any method doesn't mutate the existing instance but returns a new one.

  3. trait RendezVous[T <: StructureBuilder[T, W], W <: core.structure.StructureBuilder[W]] extends AnyRef

    Rendez-vous methods for defining points that a given number of virtual users before proceeding.

    Rendez-vous methods for defining points that a given number of virtual users before proceeding.

    Important: instances are immutable so any method doesn't mutate the existing instance but returns a new one.

Ungrouped