Skip to content

detunized/nunit2xunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NUnit to xUnit automatic conversion tool (PoC)

The code here a proof of concept, not a ready to use tool. But it works. It converts a few types of NUnit Assert expressions to their equivalents in xUnit. It also cleans up a couple of other small things, like [Test] to [Fact] conversion or removal of [TestFixture].

I wrote about this project in detail here, here and here.

License

The library is released under the MIT license. See LICENSE for details.

Releases

No releases published

Packages

No packages published

Languages