Reporter

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

Attributes

Companion
trait
Graph
Supertypes
trait Reporter
class Object
trait Matchable
class Any
Self type
Reporter.type

Members list

Value members

Inherited methods

def finalize(env: Env, printers: List[Printer]): List[SpecStructure] => Action[Unit]

Attributes

Inherited from:
Reporter
def prepare(env: Env, printers: List[Printer]): List[SpecStructure] => Action[Unit]

Attributes

Inherited from:
Reporter
def report(env: Env, printers: List[Printer]): SpecStructure => Action[Stats]

report 1 spec structure with the given printers first find and sort the referenced specifications and report them

report 1 spec structure with the given printers first find and sort the referenced specifications and report them

Attributes

Inherited from:
Reporter
def statsStoreSink(env: Env, spec: SpecStructure): AsyncSink[Fragment]

Use a Fold to store the stats of each example + the stats of the specification

Use a Fold to store the stats of each example + the stats of the specification

Attributes

Inherited from:
Reporter