在FsCheck.XUnit中,如何进行详细检查?

nim*_*ish 3 f# xunit xunit.net fscheck

如何获得使用时产生的运行[<Property>]使用Check.VerboseAll一代的风格?

Mar*_*ann 6

这个怎么样?

[<Property(Verbose = true)>]
let myTestFunction ...
Run Code Online (Sandbox Code Playgroud)