Reporter

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)

Companion
object
class Object
trait Matchable
class Any

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