ipjohnson / SimpleFixture

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

Support NUnit 3 #27

Open ipjohnson opened 7 years ago

ipjohnson commented 7 years ago

NUnit 3 has support for parameterized test, it would be good to support it similar to xunit.

ipjohnson commented 7 years ago

It looks like csproj files aren't working with nunit at this moment. I'm going to hold off on adding support till it's fixed.