xunit
by: jnewkirk bradwilson
- 3.709k 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.abstractions
by: James Newkirk Brad Wilson
- 2.47k 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: jnewkirk bradwilson marcind
- 2.746k total downloads
- Latest version: 2.0.0-pre.9
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.assert
by: James Newkirk Brad Wilson
- 40 total downloads
- Latest version: 2.2.0-beta5-build3474
Includes the assertion library from xUnit.net (xunit.assert.dll).
xunit.core
by: jnewkirk bradwilson
- 4.019k total downloads
- Latest version: 2.9.3
Includes the libraries for writing unit tests with xUnit.net.
xunit.extensibility.core
by: James Newkirk Brad Wilson
- 43 total downloads
- Latest version: 2.2.0-beta5-build3474
Includes xunit.core.dll for extensibility purposes.
xunit.extensibility.execution
by: James Newkirk Brad Wilson
- 40 total downloads
- Latest version: 2.2.0-beta5-build3474
Includes xunit.execution.*.dll for extensibility purposes.
Xunit.SkippableFact
by: Andrew Arnott
- 57 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.