Namespace: FsCheck
Assembly: FsCheck.dll
Base Type:
obj
Static member | Description |
|
|
|
|
Full Usage:
Check.Method(config, methodInfo, ?target)
Parameters:
Config
methodInfo : MethodInfo
?target : obj
|
|
Full Usage:
Check.One(name, config, property)
Parameters:
string
config : Config
property : 'Testable
|
|
|
|
Full Usage:
Check.Quick(name, property)
Parameters:
string
property : 'Testable
|
|
Full Usage:
Check.Quick(property)
Parameters:
'Testable
|
|
Full Usage:
Check.QuickAll()
|
|
|
|
Full Usage:
Check.QuickThrowOnFailure(property)
Parameters:
'Testable
|
|
Full Usage:
Check.QuickThrowOnFailureAll()
|
|
|
|
Full Usage:
Check.Verbose(name, property)
Parameters:
string
property : 'Testable
|
|
Full Usage:
Check.Verbose(property)
Parameters:
'Testable
|
|
Full Usage:
Check.VerboseAll()
|
|
|
|
Full Usage:
Check.VerboseThrowOnFailure(property)
Parameters:
'Testable
|
|
Full Usage:
Check.VerboseThrowOnFailureAll()
|
|
|
|