DefaultClassRunner

org.specs2.runner.DefaultClassRunner
case class DefaultClassRunner(env: Env, reporter: Reporter, specFactory: SpecFactory) extends ClassRunner

A runner for Specification classes based on their names

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ClassRunner
class Object
trait Matchable
class Any
Show all

Members list

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

Attributes

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val arguments: Arguments