DefaultExecutor

org.specs2.specification.process.DefaultExecutor
See theDefaultExecutor companion object
case class DefaultExecutor(env: Env) extends Executor

Default execution for specifications:

  • concurrent by default
  • using steps for synchronisation points

Attributes

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

Members list

Value members

Concrete methods

def execute(specArguments: Arguments): Fragment => Fragment

Depending on the arguments use the default strategy which is to execute fragments concurrently between steps or with the random sequential execution order with necessitates to materialize all the fragments first (so that we cannot stream them)

Depending on the arguments use the default strategy which is to execute fragments concurrently between steps or with the random sequential execution order with necessitates to materialize all the fragments first (so that we cannot stream them)

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product