Persimmon


Reporter

Namespace: Persimmon.Output

Constructors

ConstructorDescription
new(...)
Signature: (progressPrinter:Printer<ResultNode> * summaryPrinter:Printer<seq<ResultNode>> * errorPrinter:Printer<string>) -> Reporter

CompiledName: .ctor

Instance members

Instance memberDescription
x.ReportError(message)
Signature: message:string -> unit
x.ReportProgress(test)
Signature: test:ResultNode -> unit
x.ReportSummary(rootTests)
Signature: rootTests:seq<ResultNode> -> unit
Fork me on GitHub