DefaultClassRunner

case class DefaultClassRunner(env: Env, reporter: Reporter, specFactory: SpecFactory) extends ClassRunner

A runner for Specification classes based on their names

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

Value members

Concrete methods

def run(className: String): Action[Stats]

instantiate a Specification from its class name and use arguments to determine how to execute it and report results

instantiate a Specification from its class name and use arguments to determine how to execute it and report results

def run(spec: SpecificationStructure): Action[Stats]
def run(specStructure: SpecStructure): Action[Stats]

Inherited methods

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

Concrete fields

val arguments: Arguments