final case class SimulationFailed(fullyQualifiedName: String, fingerprint: Fingerprint, selector: Selector, throwable: OptionalThrowable, duration: Long) extends Event with Product with Serializable
The event fired by the test framework if the simulation failed, eg. Gatling exits prematurely or at least one assertion failed.
- fullyQualifiedName
The simulation class' fully qualified name.
- fingerprint
The GatlingFingerprint for this simulation.
- selector
The Selector used for this simulation.
- throwable
The exception that may have been thrown by Gatling.
- duration
The simulation's execution's duration.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimulationFailed
- Serializable
- Product
- Equals
- Event
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SimulationFailed(fullyQualifiedName: String, fingerprint: Fingerprint, selector: Selector, throwable: OptionalThrowable, duration: Long)
- fullyQualifiedName
The simulation class' fully qualified name.
- fingerprint
The GatlingFingerprint for this simulation.
- selector
The Selector used for this simulation.
- throwable
The exception that may have been thrown by Gatling.
- duration
The simulation's execution's duration.
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val duration: Long
- Definition Classes
- SimulationFailed → Event
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fingerprint: Fingerprint
- Definition Classes
- SimulationFailed → Event
- val fullyQualifiedName: String
- Definition Classes
- SimulationFailed → Event
- final def getClass(): Class[_ <: AnyRef]
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- val selector: Selector
- Definition Classes
- SimulationFailed → Event
- val status: Status
- Definition Classes
- SimulationFailed → Event
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val throwable: OptionalThrowable
- Definition Classes
- SimulationFailed → Event
- 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()