BadScenario

camundala.simulation.BadScenario
case class BadScenario(name: String, process: Process[_, _], status: Int, errorMsg: Option[String], isIgnored: Boolean) extends IsProcessScenario

Attributes

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

Members list

Concise view

Value members

Concrete methods

def withSteps(steps: List[SStep]): SScenario

Inherited methods

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 inOut: Process[_, _]
lazy val steps: List[SStep]