StepAction

scalus.testing.StepAction
See theStepAction companion trait
object StepAction

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
StepAction.type

Members list

Type members

Classlikes

case class Submit(tx: Transaction) extends StepAction

Submit a transaction to the emulator.

Submit a transaction to the emulator.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepAction
class Object
trait Matchable
class Any
Show all
case class Wait(slots: Long) extends StepAction

Wait (advance slot) by the given number of slots.

Wait (advance slot) by the given number of slots.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepAction
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror