60 skills found · Page 1 of 2
kward / Shunit2shUnit2 is a xUnit based unit test framework for Bourne based shell scripts.
gammasoft71 / XtdFree open-source modern C++20 framework to create console (CLI), forms (GUI like WinForms) and unit test (xUnit) applications and libraries on Windows, macOS, Linux, iOS, Android, FreeBSD, Haiku, and SerenityOS.
bluebird75 / LuaunitLuaUnit 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 used directly or work with Continuous Integration platforms (Jenkins, Maven, ...).
alex289 / CleanArchitectureSample .NET 10 API project including Clean Architecture principles, Onion Architecture, MediatR, and Entity Framework with unit and integration tests using xUnit
boostorg / TestThe reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)
smarty / GunitxUnit-style test fixture adapter for go test
jakubkozera / RestaurantsSample .NET 8 API project including Clean Architecture principles, CQRS, MediatR, and Entity Framework with unit and integration tests using xUnit
silentbicycle / LunatestxUnit-style + randomized unit testing framework for Lua (and C projects using Lua, etc.)
Umplify / Xunit Dependency Injection:fire: A small library to help .NET developers leverage Microsoft's dependency injection framework in their Xunit-powered test projects
RandomEngy / UnitTestBoilerplateGeneratorAn extension for Visual Studio that generates a unit test boilerplate from a given class, setting up mocks for all dependencies. Supports NUnit, Visual Studio Test, XUnit and many mock frameworks.
HackPack / HackUnitxUnit testing framework written in hacklang
MOxUnit / MOxUnitAn xUnit framework for Matlab and GNU Octave
RelationalAI-oss / XUnit.jlXUnit.jl is a unit-testing framework for Julia.
matjazbravc / Microservice.Architecture.DemoThis demo shows a working sample of microservices architecture using ASP.NET Core. It covers how to create microservices, how to create API gateways using Ocelot, how to use MassTransit as distributed application framework, RabbitMQ as message broker, how to unit test microservices using xUnit, how to monitor microservices using health checks, and finally how to deploy microservices using Docker containers on Linux distributions.
practical-otel / Dotnet Xunit OtelAn xUnit test framework that wraps tests in a trace to provide better visualisation of the test flows
djui / BashunitxUnit unit testing framework for Bash scripts
Avanade / UnitTestExUnitTestEx provides .NET testing extensions to the most popular testing frameworks (MSTest, NUnit and Xunit) specifically to improve the testing experience with ASP.NET controller, and Azure Function, execution including underlying HttpClientFactory mocking.
mjgardner / Test ClassTest::Class - an xUnit testing framework for Perl 5.x
fredericbonnet / PicotestPicoTest is a single-file unit testing framework for C programs that follows the xUnit principles.
ccup / Cctestcctest is a simple, practical, and scalable xUnit Test Framework in Modern C++