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]
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 executeSeq(seq: Seq[Fragment])(env: Env): List[Fragment]

only to be used in tests

only to be used in tests

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