PropertyTestCase Type
The xUnit.v3 test runner for the PropertyAttribute that executes the test via FsCheck
Constructors
| Constructor |
Description
|
Full Usage:
PropertyTestCase(testMethod, testCaseDisplayName, uniqueID, explicit, ?skipException, ?skipReason, ?skipType, ?skipUnless, ?skipWhen, ?traits, ?testMethodArguments, ?sourceFilePath, ?sourceLineNumber, ?timeout)
Parameters:
IXunitTestMethod
testCaseDisplayName : string
uniqueID : string
explicit : bool
?skipException : Type[]
?skipReason : string
?skipType : Type
?skipUnless : string
?skipWhen : string
?traits : Dictionary<string, HashSet<string>>
?testMethodArguments : obj[]
?sourceFilePath : string
?sourceLineNumber : int
?timeout : int
Returns: PropertyTestCase
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
Full Usage:
this.TestExec
Parameters:
ExplicitOption
buss : IMessageBus
ctorArgs : obj array
aggregator : ExceptionAggregator
cts : CancellationTokenSource
Returns: Async<RunSummary>
|
|
FsCheck