xunit.extensibility.execution
by: James Newkirk Brad Wilson
- 13 total downloads
- Latest version: 2.1.0-rc1-build3168
Includes xunit.execution.*.dll for extensibility purposes.
Supported platforms:
- Desktop .NET 4.5+
- .NET Core (Universal Windows Apps 10+, DNX Core 5+)
- Windows 8
- Windows Phone 8 (Silverlight)
- Universal (Windows Phone 8.1+, Windows 8.1+)
- Xamarin (MonoTouch, MonoAndroid, Xamarin iOS Universal)
- Portable Libraries (supporting Profile259)
xunit.runner.console
by: jnewkirk bradwilson
- 735 total downloads
- Latest version: 2.9.3
Console runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 4.5.2 or later, .NET Core 1.x, and .NET Core 2.x.
xunit.runner.visualstudio
by: James Newkirk Brad Wilson
- 608 total downloads
- Latest version: 2.4.1
Visual Studio 2012+ 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 1.0 or later, and Universal Windows 10.0 or later.
Xunit.SkippableFact
by: Andrew Arnott
- 67 total downloads
- Latest version: 1.2.6
Make your Xunit test methods self-determine to report a "skipped" result. Useful for such cases as "not supported on this platform" results or other environmental inputs.
YamlDotNet
by: Antoine Aubry
- 548 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.