ScenarioState

scalus.testing.ScenarioState
See theScenarioState companion object
case class ScenarioState(emulator: ImmutableEmulator, rng: Seed, actionLog: List[StepAction] = ...)

State threaded through Scenario computations.

Value parameters

actionLog

log of actions taken during exploration (newest first for O(1) append)

emulator

the immutable emulator state

rng

ScalaCheck RNG seed for deterministic generation

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product