Persimmon


IReporter

Namespace: Persimmon.Output

This interface abstraction how output results running on tests.

Instance members

Instance memberDescription
x.ReportError(arg1)
Signature: string -> unit
Modifiers: abstract
x.ReportProgress(arg1)
Signature: ResultNode -> unit
Modifiers: abstract
x.ReportSummary(arg1)
Signature: seq<ResultNode> -> unit
Modifiers: abstract
Fork me on GitHub