DefaultExecutor

case class DefaultExecutor(env: Env) extends Executor

Default execution for specifications:

  • concurrent by default
  • using steps for synchronisation points
Companion
object
trait Serializable
trait Product
trait Equals
trait Executor
class Object
trait Matchable
class Any

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)

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product