Namespace: FsCheck
Assembly: FsCheck.dll
Base Type:
obj
All Interfaces:
IRunner
Instance member | Description |
Full Usage:
this.OnArguments(arg1, arg2, arg3)
Parameters:
int
arg1 : obj list
arg2 : int -> obj list -> string
Modifiers: abstract |
Called whenever arguments are generated and after the test is run.
|
Full Usage:
this.OnFinished(arg1, arg2)
Parameters:
string
arg1 : TestResult
Modifiers: abstract |
Called whenever all tests are done, either Passed, Failed or Exhausted.
|
Full Usage:
this.OnShrink(arg1, arg2)
Parameters:
obj list
arg1 : obj list -> string
Modifiers: abstract |
Called on a successful shrink.
|
|
Called before a group of properties on a type are checked.
|