22 packages tagged with “xunit2”
Allows creating acceptance tests in developer friendly environment by offering LightBDD.Framework features on top of xUnit 2 testing framework. High level features: * user friendly bdd scenario definitions; * test execution tracing and time measurement, helpful during longer test execution; * Xml/Html/Plain text reports generation; * cross-platform support (.NET Standard / .NET Framework); * asynchronous execution support; * in-code LightBDD configuration; * DI support; * inline and tabular parameters support.
Accelerates preparation of mocked structures for unit tests under xUnit2 by configuring AutoFixture data generation to use Moq. Gracefully handles recursive structures by omitting recursions.
Category Trait helper library for xUnit 2 tests (e.g. UnitTestAttribute)
Accelerates preparation of mocked structures for unit tests under xUnit2 by configuring AutoFixture data generation to use NSubstitute. Gracefully handles recursive structures by omitting recursions.
A fluent assertion .NET Standard library for xUnit version 2.
This package provides extensions to FluentAssertions for the Functional.Primitives package.
Should assertion extensions for the XUnit v2 framework
LogJam integration library for running LogJam in XUnit2 unit tests
Accelerates preparation of mocked structures for unit tests under xUnit2 by configuring AutoFixture data generation to use FakeItEasy. Gracefully handles recursive structures by omitting recursions.
The base class TestFixture provides a registry for test features which are automatically disposed after each test case.
Test feature for temporary database in PostgreSQL server
Brings an AutoMockFeature which initializes AutoFixture with FakeItEasy.
Add FileSandboxFeature to your TestFixture (F2F.Testing.Xunit2)
Add LocalDbContextFeature to your TestFixture (F2F.Testing.Xunit2)
This package provides extensions to FluentAssertions for the Functional.Unions package.
A simple easily extensible data validation library with fluent API and descriptive failure messages. Supports validation of code contracts (arguments and return values) and test assertions with the same API but different exception types and messages.
This package provides MTP support for xunit 2.
A xUnit.net 2 support for ImpruvIT.DataValidation library. ImpruvIT.DataValidation is a simple easily extensible data validation library with fluent API and descriptive failure messages. Supports validation of code contracts (arguments and return values) and test assertions with the same API but different exception types and messages.
Unit test stack with Xunit, AutoFixture, NSubstitute and some helpers