ServiceProcessScenario

camundala.simulation.ServiceProcessScenario
case class ServiceProcessScenario(name: String, process: ServiceProcess[_, _, _], isIgnored: Boolean, testOverrides: Option[TestOverrides], startType: ProcessStartType) extends IsProcessScenario, WithTestOverrides[ServiceProcessScenario]

Attributes

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

Members list

Value members

Concrete methods

def inOut: InOut[_, _, _]
def withSteps(steps: List[SStep]): SScenario

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 steps: List[SStep]

Inherited fields

lazy val camundaToCheckMap: Map[String, CamundaVariable]

Attributes

Inherited from:
WithTestOverrides