Packages

package app

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. app
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ConfigOverrides = Map[String, _]
  2. case class RunResult(runId: String, hasAssertions: Boolean) extends Product with Serializable
  3. class RunResultProcessor extends AnyRef
  4. type SelectedSimulationClass = Option[Class[Simulation]]
  5. case class Selection(simulationClass: Class[Simulation], simulationId: String, description: String) extends Product with Serializable
  6. type SimulationClasses = List[Class[Simulation]]

Value Members

  1. object Gatling extends StrictLogging

    Object containing entry point of application

  2. object Selection extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped