Package

io.gatling.core

scenario

Permalink

package scenario

Visibility
  1. Public
  2. All

Type Members

  1. case class Scenario(name: String, entry: Action, onStart: (Session) ⇒ Session, onExit: (Session) ⇒ Unit, injectionProfile: InjectionProfile, ctx: ScenarioContext) extends Product with Serializable

    Permalink
  2. abstract class Simulation extends AnyRef

    Permalink
  3. case class SimulationParams(name: String, populationBuilders: List[PopulationBuilder], globalProtocols: Protocols, globalPauseType: PauseType, throttlings: Throttlings, maxDuration: Option[FiniteDuration], assertions: Seq[Assertion]) extends Product with Serializable

    Permalink

Ungrouped