Persimmon


TestResult

Namespace: Persimmon
Attributes:
[<CompilationRepresentation(4)>]

Functions and values

Function or valueDescription
addAssertionResult x _arg1
Signature: x:AssertionResult<'b> -> _arg1:TestResult<'b> -> TestResult<'b>
Type parameters: 'b
addAssertionResults(arg1, arg2) _arg1
Signature: (AssertionResult<'a> * AssertionResult<'a> list) -> _arg1:TestResult<'b> -> TestResult<'a>
Type parameters: 'a, 'b
addDuration x _arg1
Signature: x:TimeSpan -> _arg1:TestResult<'a> -> TestResult<'a>
Type parameters: 'a
addExceptions es _arg1
Signature: es:ExceptionWrapper [] -> _arg1:TestResult<'a> -> TestResult<'b>
Type parameters: 'a, 'b
endMarker
Signature: TestResult

The marker represents the end of tests. The progress reporter needs the end marker in order to print new line at the end.

Fork me on GitHub