SMessageEvent

camundala.simulation.SMessageEvent
case class SMessageEvent(name: String, inOut: MessageEvent[_], optReadyVariable: Option[String], readyValue: Any, processInstanceId: Boolean, testOverrides: Option[TestOverrides]) extends SEvent

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SEvent
trait SStep
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def add(testOverride: TestOverride): SMessageEvent

Inherited methods

protected def addOverride(testOverride: TestOverride): Option[TestOverrides]

Attributes

Inherited from:
WithTestOverrides
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def typeName: String

Attributes

Inherited from:
ScenarioOrStep

Concrete fields

lazy val readyVariable: String

Inherited fields

lazy val camundaInMap: Map[String, CamundaVariable]

Attributes

Inherited from:
SInServiceOuttep
lazy val camundaOutMap: Map[String, CamundaVariable]

Attributes

Inherited from:
SInServiceOuttep
lazy val camundaToCheckMap: Map[String, CamundaVariable]

Attributes

Inherited from:
WithTestOverrides
lazy val descr: Option[String]

Attributes

Inherited from:
SInServiceOuttep
lazy val id: String

Attributes

Inherited from:
SInServiceOuttep
lazy val inOutDescr: InOutDescr[_, _]

Attributes

Inherited from:
SInServiceOuttep