DefaultFilesRunner

org.specs2.runner.DefaultFilesRunner
case class DefaultFilesRunner(env: Env, specificationsFinder: SpecificationsFinder) extends FilesRunner

Attributes

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

Members list

Value members

Concrete methods

def isVerbose: Boolean

Attributes

Returns

true if the output must be verbose for debugging

def run: Action[Stats]

run any specifications found via arguments

run any specifications found via arguments

Attributes

sort the specifications in topological order where specification i doesn't depend on specification j if i > j == dependents first

sort the specifications in topological order where specification i doesn't depend on specification j if i > j == dependents first

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val arguments: Arguments
val logger: Logger