SInOutStep

camundala.simulation.SInOutStep
sealed trait SInOutStep extends SStep with WithTestOverrides[SInOutStep]

Attributes

Graph
Supertypes
trait SStep
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Inherited methods

def add(testOverride: TestOverride): T

Attributes

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

Attributes

Inherited from:
WithTestOverrides
def inOut: InOut[_, _, _]

Attributes

Inherited from:
WithTestOverrides
def name: String

Attributes

Inherited from:
ScenarioOrStep

Attributes

Inherited from:
WithTestOverrides
def typeName: String

Attributes

Inherited from:
ScenarioOrStep

Concrete fields

lazy val camundaInMap: Map[String, CamundaVariable]
lazy val camundaOutMap: Map[String, CamundaVariable]
lazy val descr: Option[String]
lazy val id: String
lazy val inOutDescr: InOutDescr[_, _]

Inherited fields

lazy val camundaToCheckMap: Map[String, CamundaVariable]

Attributes

Inherited from:
WithTestOverrides