ipjohnson / SimpleFixture

Testing fixture for .Net
MIT License
11 stars 2 forks source link

xUnit Locate by default #29

Closed ipjohnson closed 7 years ago

ipjohnson commented 7 years ago

By default in 2.0 parameters were generated when they weren't provided. After using it for the past year I find that rarely do I want to generate a parameter in a test I use [Locate] far more frequently vs [Generate].