nunit
There are 566 repositories under nunit topic.
cake-build/cake
:cake: Cake (C# Make) is a cross platform build automation system.
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.
nunit/nunit
NUnit Framework
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.
romantitov/MockQueryable
Mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc
garora/TDD-Katas
This repository contains Hands on Test Driven Development Katas (C#)
nunit/docs
Documentation for all active NUnit projects
fsprojects/FsUnit
FsUnit makes unit-testing with F# more enjoyable. It adds a special syntax to your favorite .NET testing framework.
LightBDD/LightBDD
BDD framework allowing to create easy to read and maintain tests.
nuyonu/N-Tier-Architecture
This is a n-layer architecture based on Common web application architectures.
Accenture/Ocaramba
C# Framework to automate tests using Selenium WebDriver
nunit/nunit-console
NUnit Console runner and test engine
Avanade/Beef
The Business Entity Execution Framework (Beef) framework, and the underlying code generation, has been primarily created to support the industrialization of API development.
sayems/csharp.webdriver
Browser test automation using Selenium WebDriver in C#
allure-framework/allure-csharp
Allure integrations for C# test frameworks
Seddryck/NBi
NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Access. The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax. By the means of NBi, you don't need to develop C# or Java code to specify your tests! Either, you don't need Visual Studio or Eclipse to compile your test suite. Just create an Xml file and let the framework interpret it and play your tests. The framework is designed as an add-on of NUnit but with the possibility to port it easily to other testing frameworks.
nunit/nunit.analyzers
Roslyn analyzers for writing unit tests with NUnit
AutomateThePlanet/Meissa
Cross-platform Distributed Test Runner. Executes tests in parallel, time balanced on multiple machines.
equelin/Format-Pester
Powershell module for documenting Pester's results
neuecc/ChainingAssertion
Method Chaining base UnitTesting Extension Methods and Dynamic Private Accessor for MSTest, NUnit, xUnit.net.
Rick-van-Dam/TestExamplesDotnet
Showing how you can easily setup fast and easy to run more complex tests such as api tests or browser tests in .NET
executeautomation/SeleniumWithSpecflow
In this sample project we will demonstrate how to execute Specflow test in parallel using Selenium and NUnit 3
Jadhielv/ITL
Sample Web API implementation with .NET Core and DDD using Clean Architecture.
GHPReporter/Ghpr.Core
Easy-to-use .NET Html QA Reporting framework (Core repository)
spekt/nunit.testlogger
NUnit logger for vstest platform (<= v3.x)
sayems/rest.api.test
Simple REST API Test Framework
jfversluis/Template.Maui.UITesting
Templates that will make adding UI tests to your .NET MAUI app a breeze
giggio-samples/aspnetcore-tests-sample
A project to help demonstrate how to do unit, integration and acceptance tests with an web api project using ASP.NET Core and Angular 7 front end.
Top-Q/difido-reports
This project aims to provide a generic implementation for HTML test reports.
PlasticSCM/GuiTestSharp
An extensible multiplatform framework to test GUIs in WinForms, WPF, GtkSharp and Xamarin.Mac.
unickq/allure-nunit
Archived - Allure adapter for NUnit framework.
GHPReporter/Ghpr.NUnit
Adapter for NUnit 3 (generate HTML report for NUnit 3)
isen-ng/testcontainers-dotnet
dotnet port of testcontainers-java
eXoCooLd/Waveshare.EPaperDisplay
.Net Core Library to show images on Waveshare E-Paper Displays
Avanade/UnitTestEx
UnitTestEx 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.
NickReinlein/GilGoblin
For the game Final Fantasy XIV, this app calculates the most profitable items to craft based on market prices, vendor prices and crafting component costs. It also provides a front-end to display the results