通过NuGet获取XUnit的类库

 

源码

https://github.com/xunit/xunit

 

介绍

xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework.

Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .NET languages.

xUnit.net works with ReSharper, CodeRush, TestDriven.NET and Xamarin.

It is part of the .NET Foundation, and operates under their code of conduct. It is licensed under Apache 2 (an OSI approved license). 

 

官方文档

https://xunit.github.io/

 

实战使用

https://github.com/kerryjiang/SuperSocket.ProtoBase/tree/master/test

 

相关文章:

  • 2021-06-01
  • 2022-12-23
  • 2022-01-03
  • 2021-06-24
  • 2021-05-19
猜你喜欢
  • 2022-01-05
  • 2021-11-29
  • 2021-09-13
  • 2022-03-08
相关资源
相似解决方案