RandomSequentialExecutor

case class RandomSequentialExecutor(env: Env) extends Executor

Delegate to the SteppedExecutor for ScalaJS since the RandomSequentialExecutor requires scala.concurrent for now

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