DefaultExecutor

helper functions for executing fragments

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def execute(f: Fragment)(env: Env): Fragment
def executeAll(seq: Fragment*)(env: Env): List[Fragment]

only to be used in tests

only to be used in tests

def executeAllAction(seq: Fragment*)(env: Env): Action[List[Fragment]]
def executeFragments(fs: Fragments)(env: Env): List[Fragment]

only to be used in tests

only to be used in tests

synchronous execution with a specific environment

synchronous execution with a specific environment

def executeFragmentsAction(fs: Fragments)(env: Env): Action[List[Fragment]]
def executeSeq(seq: Seq[Fragment])(env: Env): List[Fragment]

only to be used in tests

only to be used in tests

def executeSeqAction(seq: Seq[Fragment])(env: Env): Action[List[Fragment]]
def runSpec(spec: SpecStructure, env: Env): List[Fragment]
def runSpecStructureAction(structure: => SpecStructure, env: Env): Action[List[Fragment]]