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

trait Serializable
trait Product
trait Equals
trait Executor
class Object
trait Matchable
class Any

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

Inherited methods

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