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