TestOutputRunner Type
A runner for FsCheck (i.e. that you can use as Config.Runner) which outputs to Xunit's given ITestOutputHelper. For example, { Config.QuickThrowOnFailure with Runner = TestOutputRunner(output) }
Constructors
| Constructor |
Description
|
Full Usage:
TestOutputRunner(output)
Parameters:
ITestOutputHelper
Returns: TestOutputRunner
|
|
FsCheck