Top 20 NuGet Packages depending on xUnit.net [Extensibility: Execution]

Total dependencies: 92

Run your xunit-based tests on an STA thread with the WPF Dispatcher, a WinForms SynchronizationContext, or even a cross-platform generic UI thread emulation with a SynchronizationContext that keeps code running on a "main thread" for that test. Simply use [WpfFact], [WinFormsFact], [StaFact] or the...
Makes it possible to run BDDfy tests using Xunit parallel test execution without causing all the BDDfy reporting to become garbled due to it writing to the Console.
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.
Created on 2020-11-04 20:35
Created on 2021-02-23 19:48
Created on 2020-11-04 20:35
Bootstrapper for the 'General.Test' project kind.
Created on 2020-12-09 15:50
Created on 2020-10-21 01:24
Created on 2020-10-21 01:24
'ExcelDna.Testing' is a NuGet package and library that lets you develop automatic tests for Excel models and add-ins, including add-ins developed with Excel-DNA and VBA. Test code is written in C# or Visual Basic and is hosted by the popular xUnit test framework, allowing automated tests to run from...
Created on 2020-09-26 19:26
Created on 2020-09-10 13:36
Created on 2020-10-05 21:18
Created on 2020-09-26 19:26
Includes the libraries for writing tests with xBehave.net. Installing this package installs xunit.core.
Fork of xunit.assembly by kzu, updated to support netcore. Provides assembly-level shared state via IAssemblyFixture<TFixture>, just like built-in class fixture state.
Extensions and utility code for testing ASP.NET Core web applications using Xunit
[DEPRECATED] Use Install-Package Ocaramba.Features Install-Package Ocaramba.MsTest Install-Package Ocaramba.NUnit Install-Package Ocaramba.xUnit instead
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.