Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 359 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 359 Bytes

.NET Testing Frameworks

Comparison of NUnit, xUnit, MSTest and TUnit.

itenium blog post

Theories

Attribute for data-driven tests:

  • NUnit: Theory
  • xUnit: Theory
  • MSTest: DataSource
  • TUnit: Method/ClassDataSource

Parameterized

I don't like these kinds of tests :)