Skip to content

itenium-be/DotNetUnitTestFrameworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Comparison of NUnit, xUnit and MSTest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages