Question

How do I get the runs generated when using [<Property>] to use the Check.VerboseAll style of generation?

Was it helpful?

Solution

How about this?

[<Property(Verbose = true)>]
let myTestFunction ...
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top