Question

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

Était-ce utile?

La solution

How about this?

[<Property(Verbose = true)>]
let myTestFunction ...
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top