Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 270 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 270 Bytes

.NET Testing Frameworks

Comparison of NUnit, xUnit and MSTest.

itenium blog post

Theories

Attribute for data-driven tests:

  • NUnit: Theory
  • xUnit: Theory
  • MSTest: DataSource

Parameterized

I don't like these kinds of tests :)