BadScenario

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

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 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]