xunit.extensibility.execution
by: jnewkirk bradwilson
- 1.063k total downloads
- Latest version: 2.9.3
Includes xunit.execution.*.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.
xunit.v3.core
by: jnewkirk bradwilson
- 101 total downloads
- Latest version: 1.0.1
Includes the core library (xunit.v3.core.dll), to be used for writing tests; extensibility authors should include xunit.v3.extensibility.core instead. Supports .NET Framework 4.7.2 or later and .NET 6.0 or later.
xunit.core
by: jnewkirk bradwilson
- 1.013k total downloads
- Latest version: 2.9.3
Includes the libraries for writing unit tests with xUnit.net.
xunit.assert
by: jnewkirk bradwilson
- 888 total downloads
- Latest version: 2.9.3
Includes the assertion library from xUnit.net (xunit.assert.dll). Supports .NET Standard 1.1+ and .NET 6.0+.
xunit.abstractions
by: James Newkirk Brad Wilson
- 369 total downloads
- Latest version: 2.0.3
Common abstractions used to exchange information between xUnit.net and version-independent runners (xunit.abstractions.dll).
Xunit.Extensions.AssemblyFixture
by: kzu J.D. Cain
- 53 total downloads
- Latest version: 2.4.1
Fork of xunit.assembly by kzu, updated to support netcore.
Provides assembly-level shared state via IAssemblyFixture<TFixture>, just like built-in class fixture state.
xunit.extensibility.core
by: jnewkirk bradwilson
- 812 total downloads
- Latest version: 2.9.3
Includes xunit.core.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.
YamlDotNet
by: Antoine Aubry
- 5.584k 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.
xunit.analyzers
by: jnewkirk bradwilson marcind
- 1.57k total downloads
- Latest version: 2.0.0-pre.60
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 provides code analyzers to help developers find and fix frequent issues when writing tests and xUnit.net extensibility code.
xunit.runner.visualstudio
by: .NET Foundation and Contributors
- 666 total downloads
- Latest version: 2.4.3
Visual Studio 2017 15.9+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 2.0 or later, .NET Core 2.1 or later, and Universal Windows 10.0.16299 or later.
Xunit.Priority
by: Aaron Sherber
- 36 total downloads
- Latest version: 1.1.6
Provides an ITestCaseOrderer that allows you to control the order of execution of Xunit tests within a class.