xunit by: jnewkirk bradwilson
  • 271 total downloads
  • Latest version: 2.9.3
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.analyzers by: jnewkirk bradwilson marcind
  • 125 total downloads
  • Latest version: 1.19.0
  • xunit.analyzers analyzers roslyn xunit xunit.net
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.core by: jnewkirk bradwilson
  • 155 total downloads
  • Latest version: 2.9.3
Includes the libraries for writing unit tests with xUnit.net.
xunit.runner.console by: jnewkirk bradwilson
  • 215 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.SkippableFact by: Andrew Arnott
  • 23 total downloads
  • Latest version: 1.2.6
  • xunit testing skipping
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.