项目作者: detunized

项目描述 :
NUnit to xUnit automatic conversion tool (PoC)
高级语言: C#
项目地址: git://github.com/detunized/nunit2xunit.git
创建时间: 2019-03-02T11:30:32Z
项目社区:https://github.com/detunized/nunit2xunit

开源协议:MIT License

下载


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.