Samples for xUnit.net (please open issues in https://github.com/xunit/xunit)
Roslyn analyzers for xUnit.net (please open issues in https://github.com/xunit/xunit)
Jenkins xunit plugin
xUnit.net assertion library for sub-module purposes (please open issues in https://github.com/xunit/xunit)
VSTest runner for xUnit.net (for Visual Studio Test Explorer and dotnet test)
Unit testing tools for 1C:Enterprise 8 platform (http://v8.1c.ru)
Provides extensions over xUnit to author performance tests.
Use Microsoft.Extensions.DependencyInjection to resolve xUnit test cases.
xUnit runner for Revit
The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)
A XUnit fixture that allows you to spin up docker compose files and then run tests against them.
Exemplo de implementação de testes de uma interface Web com Selenium Web Driver, .NET Core 2.1, xUnit e o Visual Studio Code. Os testes foram configurados para a execução em modo headless (sem a abert...
LuaUnit is a popular unit-testing framework for Lua, with an interface typical of xUnit libraries (Python unittest, Junit, NUnit, ...). It supports several output formats (Text, TAP, JUnit, ...) to be...
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 co...
Exemplo de implementação em .NET 6 + ASP.NET Core de um site para conversão de distâncias em milhas para Km, com testes de interface baseados nos frameworks xUnit, Fluent Assertions e SpecFlow (Chrome...