RandomSequentialExecutor

org.specs2.specification.process.RandomSequentialExecutor
case class RandomSequentialExecutor(env: Env) extends Executor

This trait adds random execution constraints between examples.

As a result they will be executed in a random sequence

Attributes

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

find sequences of concurrent examples in between steps and scramble them

find sequences of concurrent examples in between steps and scramble them

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product