Pergunta

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

Foi útil?

Solução

How about this?

[<Property(Verbose = true)>]
let myTestFunction ...
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top