Awesome Open Source
Search
Programming Languages
Languages
All Categories
Categories
About
Search results for c sharp unit testing
c-sharp
x
unit-testing
x
80 search results found
Xunit
⭐
3,935
xUnit.net is a free, open source, community-focused unit testing tool for .NET.
Fluentassertions
⭐
3,512
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
⭐
3,160
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.
Machine.specifications
⭐
867
Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests.
Tdd Katas
⭐
684
This repository contains Hands on Test Driven Development Katas (C#)
List Of Testing Tools And Frameworks For .net
⭐
493
✅ List of Automated Testing (TDD/BDD/ATDD/SBE) Tools and Frameworks for .NET
Supersafebank
⭐
460
Sample Event Sourcing implementation with .NET Core
Dntframeworkcore
⭐
301
Lightweight and Extensible Infrastructure for Building Web Applications - Web Application Framework
Tcunit
⭐
198
An unit testing framework for Beckhoff's TwinCAT 3
Minimalapi
⭐
190
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.
Dotnetlabs
⭐
147
.NET Labs -- Show Me the Tips and Tricks and Code
Systemwrapper
⭐
142
.NET library for easier testing of system APIs.
Entity Framework Core Mock
⭐
130
Easy Mock wrapper for mocking EFCore5 DbContext and DbSet using Moq or NSubstitute
Moq.contrib.httpclient
⭐
124
A set of extension methods for mocking HttpClient and IHttpClientFactory with Moq.
Fluentassertions.analyzers
⭐
119
Analyzers based on the FluentAssertions best practices docs
Netdumbster
⭐
116
netDumbster is a .Net Fake SMTP Server clone of the popular Dumbster
Cspspemu
⭐
114
C# PSP Emulator (.NET Core 3.1)
Meadow
⭐
95
Integrated Ethereum implementation and tool suite focused on Solidity testing and development.
Stateprinter
⭐
86
Automating unit testing and ToString() coding
Fluentassertions.web
⭐
75
FluentAssertions for HTTP APIs
Chainingassertion
⭐
72
Method Chaining base UnitTesting Extension Methods and Dynamic Private Accessor for MSTest, NUnit, xUnit.net.
Xrmmockup
⭐
69
Engine which simulates your exact Dynamics 365/CRM instance locally including all of it's logic!
Domaindrivendesignuniversity
⭐
63
This project was made for tutorial purpose - to clearly present the domain driven design concept.
Xmlunit.net
⭐
56
XMLUnit.NET 2.x
Trx2junit
⭐
53
Transforms XML from trx-Testresults to JUnit-Testresults / trx to JUnit XML and the other way round
Clean Structured Project
⭐
51
Clean structured ASP.NET Core web project, follows the Clean Architecture principles, SOLID design principles, and implements the Dependency Injection, Repository, and Unit of Work design pattern, and utilizes Entity Framework Core for data access.
Clean Architecture
⭐
51
Clean Architecture in ASP.Net 6.0. This contains Onion/Hexagonal architecture, DDD, CQRS using mediaTr, Unit Testing, Functional Testing, ASP.NET Core Identity, Entity Framework Core - Code First, Linq2db, Repository Pattern - Generic, Swagger UI, Response Wrappers, API Versioning, Automapper, Serilog, Exception handling, and so on.
Serilog Sinks Testcorrelator
⭐
49
A Serilog sink that correlates log events with the code that produced them, enabling unit testing of log output.
Entity Framework Mock
⭐
41
Easy Mock wrapper for mocking EF6 DbContext and DbSet using Moq or NSubstitute
Aspnetcore Tests Sample
⭐
37
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.
Peaklimsapisample
⭐
33
🧬 A complex DDD based web API to model the accessioning workflow within a LIMS.
Tcunit Runner
⭐
31
Program that makes it possible to automate runs of TcUnit unit tests
Rest Mock Core
⭐
31
A simple HTTP server for using as a mock in test projects which test dotnet based projects.
Lofuunit
⭐
29
Unit Testing with Local Functions 🐯
Teamcity Csharp Interactive
⭐
28
The cross platform build automation system: C# scripts + powerful API
Signalr_unittestingsupport
⭐
26
Easy to use, small, SignalR Core unit testing support with NUnit, xUnit, MSTest and Moq. It`s also possibility to use it with custom testing engine. (Docs ready to use)
Dntframeworkcoretemplate
⭐
26
Boilerplate project templates based on DNTFrameworkCore
Sqlinmemory
⭐
23
SqlInMemory is a library for creating SqlServer database on Memory instead of hard disk, at last Drops and Disposes database when you're done with it. This is useful for Integration Testing.
Hexagonal Architecture Asp.net Core
⭐
21
App generator API solution template which is built on Hexagnonal Architecture with all essential feature using .NET Core
Fake Xrm Easy
⭐
19
FakeXrmEasy: The Test Automation Framework for the Power Platform / Dataverse
Grpc Dotnet Enterprise
⭐
18
.NET Core gRPC example with testable gRPC services
Entity Framework Core3 Mock
⭐
17
Easy Mock wrapper for mocking EFCore3 DbContext and DbSet using Moq or NSubstitute
Itimer
⭐
16
Provides a testable abstraction and alternative to System.Threading.Timer and System.Timers.Timer. Targets netstandard2.0 and higher.
Dotnet Core Xunit Example
⭐
16
Unit Test in .NET Core Web Api with xUnit
Bunsen Burner
⭐
16
Set 🔥 to your old unit tests! A better way to write tests in C# 🧪
Unittestex
⭐
16
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.
Fakeiteasy.autofakeit
⭐
15
A very simple, yet flexible, "AutoFaker" for FakeItEasy to easily auto generate classes with faked dependencies.
Ecommerce Monolith
⭐
14
A monolith, built with .Net, DDD, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
Automoqer
⭐
14
Automatically creates services for unit testing with all constructor parameters as Moq-objects
Nunit_cshaprp_cheatsheet
⭐
14
Example implementations of each attribute available in Nunit2 unit Testing Framework using C# .NET.
Tdd Katas Netcore
⭐
13
This repository contains Hands on Test Driven Development Katas - implemented using .NET Core
Testcontainers Aspnet Integration Tests
⭐
13
ASP.NET Core integration tests with Testcontainers
Hr.leavemanagement.clean
⭐
12
Educational .NET Core Leave Management System built using Clean Architecture
Asp.net Core Unit Testing With Xunit
⭐
12
How to perform Unit Testing with xUnit in ASP.NET Core
Oktatas Hft
⭐
12
💻 A Haladó Fejlesztési Technikák tárgyhoz tartozó laboranyagok, házi és gyakorló feladatok kódjai.
Smarttests
⭐
11
Smart Tests is a library and a Visual Studio Analyzer to simplify Unit Testing
Faker
⭐
11
.NET Library to easily generate fake, yet realistically looking data for testing and other uses, supports 51 built-in and custom locales.
Nload
⭐
11
A simple and easy to use load testing framework for .NET
Green
⭐
11
Green is a standalone .NET library focused on applying Boolean expressions to target data. Ask better questions of your objects using checks and expectations!
Dotnet Sdk Extensions
⭐
11
This repo contains extensions to help build .NET applications, as well as extensions for unit and integration tests. It supports applications targeting .NET 6 and higher.
Mixedefcoreunittesting
⭐
9
When doing unit tests for EF Core, we can use in-memory-database to test functionalities but sometimes we needs to use SQL features. That's where SQLite comes into play.
Static Mock
⭐
9
SMock is opensource lib for mocking static and instance methods and properties.
Systemtestingtools
⭐
9
Stubbing tool for HTTP calls to allow more comprehensive + deterministic tests
Simply Test Data
⭐
8
Subtle test data factory with flexible capabilities to customize created objects
Clean Architecture Dotnet
⭐
8
This repository is a sandbox to experiment with new techniques, concepts, and technologies using Clean Architecture concepts. Here you will find Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), SOLID Design Principles, Design Patterns, and more.
Testeroids
⭐
8
Testeroids is a framework and a set of guidelines working in concert for great productivity in unit testing of .NET projects.
Xamarin Continuous Integration
⭐
8
Xamarin Continuous Integration with Unit Tests & Acceptance (UI) Tests
Exceldna Abstractions
⭐
7
ExcelDna.Abstractions allows you to mock / unit test Excel-DNA Add-ins
Fake Xrm Easy Samples
⭐
7
Sample code for FakeXrmEasy v2 or later
Netfabric.assertive
⭐
7
A fluent assertions library that performs full coverage on any enumerable type.
Moqassist
⭐
7
A Lightweight Mocking Assistant for Moq Library in .NET Platforms.
Paintstore
⭐
7
🎨 A place created for traditional artists, where they can gain feedback, inspiration and advice and meet people with similar interests
Unittestingwithilogger
⭐
7
Unit Testing with .NET Core ILogger<T>
Testing101
⭐
6
Unit Testing Workshop for Beginners
Genwrap
⭐
6
Open source, sourse-generated unit testing extensions for .NET
Understanding Interfaces
⭐
6
Slides and code samples for "IEnumerable, ISaveable, IDontGetIt: Understanding .NET Interfaces
Sql Localdb Test
⭐
6
Simple library to support the creation/deletion of a database for unit testing.
Iclock
⭐
6
Provides a testable abstraction and alternative to DateTime.Now / DateTime.UtcNow
Logicappunittestmanager
⭐
5
A simple unit testing framework for Azure Logic Apps
Autotest.argumentnullexception
⭐
5
AutoTest.ArgumentNullException is an automated unit testing component to ensure methods with nullable parameters correctly throw an ArgumentNullException when they are supplied null parameters.
Dsian.twincat.ads.server.mock
⭐
5
Mocking a TwinCAT Ads Server, for unit testing code with e.g. ADS read/write requests.
Learning Interfaces
⭐
5
Code samples for learning interfaces in C#
Solid_unity
⭐
5
A simple (so far) Unity project where I try to adhere to good software engineering principles, like SOLID and unit testing. Unity makes this difficult at times, so let's see what we can do!
Understanding Interfaces Core30
⭐
5
Slides and code samples for "IEnumerable, ISaveable, IDontGetIt: Understanding .NET Interfaces (.NET Core 3.0)
Uunit
⭐
5
a simple xUnit style framework for running unit tests inside Unity
Testdatagenerator
⭐
5
Test data generator suitable for unit testing
Moq.inject
⭐
5
Create an instance of an object by providing constructor parameters with the default mocked objects using Moq.
Related Searches
C Sharp Unity (13,521)
C Sharp Video Game (8,498)
C Sharp Azure (4,292)
C Sharp Unity3d (4,236)
C Sharp Wpf (3,212)
C Sharp Visual Studio (2,781)
C Sharp Command Line (2,702)
C Sharp Asp Net Core (2,668)
C Sharp Sql (2,429)
C Sharp Microsoft (2,368)
1-80 of 80 search results
Privacy
|
About
|
Terms
|
Follow Us On Twitter
Copyright 2018-2024 Awesome Open Source. All rights reserved.