Reporter

org.specs2.reporter.Reporter
See theReporter companion object
trait Reporter

A reporter executes a list of specification and return statistics representing the execution results.

A full list of specification is passed instead of just one specification because it gives the possibility to the reporter to prepare and finalize the reporting according to the needs of each Printer (see the Printer doc)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def report(specs: List[SpecStructure]): Action[Stats]

Concrete methods

def report(specs: SpecStructure*): Action[Stats]

convenience method to execute several specifications as varargs

convenience method to execute several specifications as varargs

Attributes