abstract class Simulation extends AnyRef
The class your own Simulations must extend.
On contrary to other Gatling DSL components, this class is mutable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Simulation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Simulation()
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def after(): Unit
Override to execute some arbitrary code after the Simulation has run.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def before(): Unit
Override to execute some arbitrary code after the Simulation is instantiated but before it's executed.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def params(configuration: GatlingConfiguration): SimulationParams
- def setUp(populationBuilders: List[PopulationBuilder]): SetUp
Must be called inside the constructor
Must be called inside the constructor
- populationBuilders
the PopulationBuilder to be executed in this Simulation
- returns
a setup to possibly configure some protocols or assertions
- Annotations
- @Nonnull()
- def setUp(populationBuilders: <repeated...>[PopulationBuilder]): SetUp
Must be called inside the constructor
Must be called inside the constructor
- populationBuilders
the PopulationBuilder to be executed in this Simulation
- returns
a setup to possibly configure some protocols or assertions
- Annotations
- @Nonnull()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()