DefaultExecutor

org.specs2.specification.process.DefaultExecutor$
See theDefaultExecutor companion class

helper functions for executing fragments

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited 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

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

Attributes

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

Attributes

synchronous execution with a specific environment

synchronous execution with a specific environment

Attributes

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

Attributes

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]]
def runSpecificationAction(spec: SpecificationStructure, env: Env): Action[List[Fragment]]
def runSpecificationFuture(spec: SpecificationStructure, env: Env): Future[List[Fragment]]