SUserTask

camundala.simulation.SUserTask
case class SUserTask(name: String, inOut: UserTask[_, _], testOverrides: Option[TestOverrides]) extends SInOutStep

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SStep
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def add(testOverride: TestOverride): SUserTask

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

Inherited fields

lazy val camundaInMap: Map[String, CamundaVariable]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
SInOutStep
lazy val id: String

Attributes

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

Attributes

Inherited from:
SInOutStep