Gallery

xunit

xunit

xUnit.net builds from CI

xUnit.net Logo

For source and issues, please visit the xUnit.net Github organization page.

For project documentation, please visit the xUnit.net home page.

Read more...

It's kind of empty out here...

Package Id Latest Version
Uploaded rss
xunit

Authored by: jnewkirk, bradwilson

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.

2.5.1-pre.15 2 years ago
xunit.abstractions

Authored by: James Newkirk, Brad Wilson

Common abstractions used to exchange information between xUnit.net and version-independent runners (xunit.abstractions.dll).

2.0.3 6 years ago
xunit.analyzers

Authored by: jnewkirk, bradwilson, marcind

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.

1.3.0-pre.6 2 years ago
xunit.assert

Authored by: jnewkirk, bradwilson

Includes the assertion library from xUnit.net (xunit.assert.dll). Supports .NET Standard 1.1.

2.5.1-pre.15 2 years ago
xunit.assert.source

Authored by: jnewkirk, bradwilson

Includes the current assertion library from xUnit.net, as source into your project. Supports any platform(s) compatible with .NET Standard 1.1.

2.5.1-pre.15 2 years ago
xunit.console

Authored by: jnewkirk, bradwilson

.NET Core console runner, as a linkable library, for runner authors. For running tests, please use xunit.runner.console instead.

2.5.1-pre.15 2 years ago
xunit.core

Authored by: jnewkirk, bradwilson

Includes the libraries for writing unit tests with xUnit.net.

2.5.1-pre.15 2 years ago
xunit.extensibility.core

Authored by: jnewkirk, bradwilson

Includes xunit.core.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.

2.5.1-pre.15 2 years ago
xunit.extensibility.execution

Authored by: jnewkirk, bradwilson

Includes xunit.execution.*.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.

2.5.1-pre.15 2 years ago
xunit.extensions

Authored by: James Newkirk, Brad Wilson

NOTE: This empty package exists to assist users upgrading from xUnit.net v1.x to v2.x.

2.0.0 10 years ago
xunit.extensions.uitest

Authored by: Oren Novotny

Support for running xUnit.net v2 tests on the UI thread

1.0.0-beta2-build 9 years ago
xunit.runner.console

Authored by: jnewkirk, bradwilson

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.

2.5.1-pre.15 2 years ago
xunit.runner.msbuild

Authored by: jnewkirk, bradwilson

MSBuild 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.

2.5.1-pre.15 2 years ago
xunit.runner.reporters

Authored by: jnewkirk, bradwilson

Includes runner reporters for TeamCity, AppVeyor, Verbose and Quiet output for test runners. Supports .NET 4.5.2 or later, .NET Standard 1.1, .NET Standard 1.5, and .NET Core 1.0 or later.

2.5.1-pre.15 2 years ago
xunit.runner.utility

Authored by: jnewkirk, bradwilson

Includes the version-independent runner for xUnit.net to run both v1.9.2 and v2.0+ tests (xunit.runner.utility.*.dll). Supports .NET 3.5, .NET 4.5.2 or later, .NET Standard 1.1, .NET Standard 1.5, and .NET Core 1.0 or later.

2.5.1-pre.15 2 years ago
xunit.runner.visualstudio

Authored by: .NET Foundation and Contributors

Visual Studio 2019 16.8+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 4.6.2 or later, and .NET 6 or later.

2.5.1-pre.5 2 years ago
xunit.runners

Authored by: James Newkirk, Brad Wilson

NOTE: This empty package exists to assist users upgrading from xUnit.net v1.x to v2.x.

2.0.0 10 years ago
xunit.v3

Authored by: jnewkirk, bradwilson

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. Supports .NET Framework 4.7.2 or later and .NET 6.0 or later. Installing this package installs xunit.v3.core, xunit.v3.assert, and xunit.analyzers.

0.1.1-pre.267 2 years ago
xunit.v3.assert

Authored by: jnewkirk, bradwilson

Includes the assertion library from xUnit.net (xunit.v3.assert.dll). Supports .NET Standard 2.0.

0.1.1-pre.267 2 years ago
xunit.v3.assert.source

Authored by: jnewkirk, bradwilson

Includes the current assertion library from xUnit.net, as source into your project. Supports any platform(s) compatible with .NET Standard 1.1. For more information on consumption, please see https://github.com/xunit/assert.xunit/blob/96236a4ce07679c30587c5013ef8bff2df9d63ab/README.md

0.1.1-pre.267 2 years ago
xunit.v3.common

Authored by: jnewkirk, bradwilson

Includes common code shared between xunit.v3.core and xunit.v3.runner.common (xunit.v3.common.dll). Supports .NET Standard 2.0.

0.1.1-pre.267 2 years ago
xunit.v3.core

Authored by: jnewkirk, bradwilson

Includes the core library for writing tests using xUnit.net (xunit.v3.core.dll). Supports .NET Framework 4.7.2 or later and .NET 6.0 or later.

0.1.1-pre.267 2 years ago
xunit.v3.extensibility.core

Authored by: jnewkirk, bradwilson

Includes the core library (xunit.v3.core.dll), to be used for extensibility; test authors should include xunit.v3.core instead. Supports .NET Standard 2.0.

0.1.1-pre.267 2 years ago
xunit.v3.runner.console

Authored by: jnewkirk, bradwilson

Console runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2+ (including v2.x and v3.x) tests. Supports .NET Framework 4.7.2 or later.

0.1.1-pre.267 2 years ago
xunit.v3.runner.inproc.console

Authored by: jnewkirk, bradwilson

In-process console runner for xUnit.net framework, providing the entrypoint for self-executing unit tests. Supports .NET Framework 4.7.2 or later and .NET 6.0 or later.

0.1.1-pre.267 2 years ago

Connect to feed

By: Brad Wilson

Total download count: 185431

Readonly