xunit
by: jnewkirk, bradwilson
- 4 total downloads
- Latest version: 2.8.1
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features.
Installing this package installs xunit.core, xunit.assert, and xunit.analyzers.
xunit.abstractions
by: James Newkirk, Brad Wilson
- 1 total downloads
- Latest version: 2.0.3
Common abstractions used to exchange information between xUnit.net and version-independent runners (xunit.abstractions.dll).
xunit.analyzers
by: Marcin Dobosz
- 1 total downloads
- Latest version: 0.10.0
Code Analyzers for projects using xUnit.net that help find and fix frequent issues when writing tests.
xunit.core
by: jnewkirk, bradwilson
- 2 total downloads
- Latest version: 2.5.0-pre.22
Includes the libraries for writing unit tests with xUnit.net.
xunit.runner.visualstudio
by: James Newkirk, Brad Wilson
- 2 total downloads
- Latest version: 2.2.0-rc3-build1252
Visual Studio 2012+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests.
Supported platforms:
- Desktop .NET 2.0+
- .NET Core (including ASP.NET Core) 1.0+
- Universal Windows App 10+
YamlDotNet
by: Antoine Aubry
- 2 total downloads
- Latest version: 13.7.1
A .NET library for YAML. YamlDotNet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument.