Comparison of NUnit, xUnit and MSTest.
Attribute for data-driven tests:
- NUnit: Theory
- xUnit: Theory
- MSTest: DataSource
I don't like these kinds of tests :)
Comparison of NUnit, xUnit and MSTest.
Attribute for data-driven tests:
I don't like these kinds of tests :)