Reporter

object Reporter extends Reporter
Companion:
class
trait Reporter
class Object
trait Matchable
class Any

Value members

Inherited methods

def finalize(env: Env, printers: List[Printer]): List[SpecStructure] => Action[Unit]
Inherited from:
Reporter
def prepare(env: Env, printers: List[Printer]): List[SpecStructure] => Action[Unit]
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

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

Inherited from:
Reporter