Skip to content

Comparison of NUnit, xUnit, MSTest and TUnit

Notifications You must be signed in to change notification settings

itenium-be/DotNetUnitTestFrameworks

Repository files navigation

.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 :)

About

Comparison of NUnit, xUnit, MSTest and TUnit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages