Kurt Schelfthout

Results 83 comments of Kurt Schelfthout

Sorry to be late to the game here. A property is somewhat subtly different from a parametrized test, although it does look very similar of course (i.e. as a function...

> Also how to you execute the tests? I would think that NUnits own testrunners would be confused about the ISimpleTestBuilder vs method having parameters. Using the normal NUnit runner....

Finally, for your consideration: the xunit analyzer had the same problem with FsCheck's property, and fixed it by not triggering on attributes that are subtypes of the in-box xunit FactAttribute...

Going to mark this as closed, since in v3 it tells you: ``` Last step was invoked with size of 2 and seed of (7852419065498467916,13949927723544264963) ``` which is everything you...

https://github.com/fscheck/FsCheck/blob/master/src/FsCheck.Xunit/PropertyAttribute.fs#L80 ``` Replay = "5292858709037839463,3148337649946224299,7" ```

I think we're all good here (but documentation....)

Doesn't look like this is ever going to happen on the F# side, so closing as not planned.

Hey, yes the docs leave much to be desired. That seems to be the general tune as I work through the backlog of issues! Anyway, this may get you started:...

> While I like the general idea, I dent to think differently about this point. I think it should "shrink" all of the 27 test cases, to generate a (possibly...