xunit
There are 1129 repositories under xunit topic.
bats-core/bats-core
Bash Automated Testing System
xunit/xunit
xUnit.net is a free, open source, community-focused unit testing tool for .NET.
cake-build/cake
:cake: Cake (C# Make) is a cross platform build automation system.
fluentassertions/fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
AutoFixture/AutoFixture
AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.
SpecFlowOSS/SpecFlow
#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representatives to get a better understanding of their collaboration
bUnit-dev/bUnit
bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
ovh/venom
🐍 Manage and run your integration tests with efficiency - Venom run executors (script, HTTP Request, web, imap, etc... ) and assertions
ntxinh/AspNetCore-DDD
Full ASP.NET Core 8.0 LTS application with DDD, CQRS and Event Sourcing
pgrange/bash_unit
bash unit testing enterprise edition framework for professionals
reactiveui/Camelotia
Cross-platform sample .NET GUI for cloud file management.
fsprojects/FsUnit
FsUnit makes unit-testing with F# more enjoyable. It adds a special syntax to your favorite .NET testing framework.
pengweiqhca/Xunit.DependencyInjection
Use Microsoft.Extensions.DependencyInjection to resolve xUnit test cases.
LightBDD/LightBDD
BDD framework allowing to create easy to read and maintain tests.
KawhiWei/Sukt.Admin
Sukt.Core是基于 .net6.0 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、认证服务模块、分层架构基类,第三方组件封装等组成。
SwissLife-OSS/snapshooter
Snapshooter is a snapshot testing tool for .NET Core and .NET Framework
xmlrunner/unittest-xml-reporting
unittest-based test runner with Ant/JUnit like XML reporting.
Accenture/Ocaramba
C# Framework to automate tests using Selenium WebDriver
martincostello/xunit-logging
Logging extensions for xunit
Finickyflame/DesignPatterns
Simple repository containing one simple example for all existing patterns in C#
anuraj/MinimalApi
ASP.NET Core 8.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
henriquelourente/Domain-Driven-Design-Sample
ASP.NET Core sample with DDD concepts
ttutisani/Xunit.Gherkin.Quick
BDD in .NET Core - using Xunit and Gherkin (compatible with both .NET Core and .NET)
xunit/xunit.analyzers
Roslyn analyzers for xUnit.net (please open issues in https://github.com/xunit/xunit)
SimonCropp/XunitContext
Extends xUnit to expose extra context and simplify logging
dotnet/xharness
C# command line tool for running tests on Android / iOS / tvOS devices and simulators
ivanpaulovich/ddd-tdd-rich-domain-model-dojo-kata
DDD patterns implemented following TDD
fluentassertions/fluentassertions.analyzers
Analyzers based on the FluentAssertions best practices docs
brendanconnolly/Xunit.Categories
Friendlier attributes to help categorize your tests
specklesystems/xUnitRevit
xUnit runner for Revit
gpeipman/AspNetCoreTests
Simple, clean and minimalistic ASP.NET Core solution demonstrating unit and integration tests
aghayeffemin/aspnetcore.ntier
.NET Core N-Tier architecture Web Api sample project.
test-results-reporter/testbeats
Publishes test results to Microsoft Teams, Google Chat & Slack
trungcaot/MsCoreOne
MsCoreOne is a simple Ecommerce with using many technologies such as .NET 5, Entity Framework Core 5, React 16.13 with modern Clean Architecture, Domain-Driven Design, CQRS, SOLID, Identity Server 4, Blazor. It will focus on resolving the problems always see in the process to develop projects.
yugui/jsonnetunit
Unit testing framework for Jsonnet
WinLwinOoNet/AspNetCoreActiveDirectoryStarterKit
Starter kit to quickly create ASP.NET Core with On-Premises Active Directory Authentication.