Skip to content

Comparison of NUnit, xUnit, MSTest and TUnit

Notifications You must be signed in to change notification settings

itenium-be/DotNetUnitTestFrameworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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