final case class SimulationSuccessful(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 was successful, eg. Gatling doesn't prematurely stop and assertions didn't fail.
- 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
- SimulationSuccessful
- Serializable
- Serializable
- Product
- Equals
- Event
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
SimulationSuccessful(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( ... ) @native()
-
val
duration: Long
- Definition Classes
- SimulationSuccessful → 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
- SimulationSuccessful → Event
-
val
fullyQualifiedName: String
- Definition Classes
- SimulationSuccessful → Event
-
final
def
getClass(): Class[_]
- 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()
-
val
selector: Selector
- Definition Classes
- SimulationSuccessful → Event
-
val
status: Status
- Definition Classes
- SimulationSuccessful → Event
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
throwable: OptionalThrowable
- Definition Classes
- SimulationSuccessful → Event
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()