Awesome Open Source
Search
Programming Languages
Languages
All Categories
Categories
About
Search results for c sharp mocking
c-sharp
x
mocking
x
68 search results found
Nsubstitute
⭐
2,562
A friendly substitute for .NET mocking libraries.
Fakeiteasy
⭐
1,570
The easy mocking library for .NET
Mockhttp
⭐
1,427
Testing layer for Microsoft's HttpClient library. Create canned responses using a fluent API.
Wiremock.net
⭐
1,227
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
Pose
⭐
890
Replace any .NET method (including static and non-virtual) with a delegate
Moq.automocker
⭐
367
An auto-mocking IoC container for Moq
Mockaco
⭐
290
🐵 HTTP mock server, useful to stub services and simulate dynamic API responses, leveraging ASP.NET Core features, built-in fake data generation and pure C# scripting
Moq.entityframeworkcore
⭐
180
Library that provides methods that will help you with mocking EntityFrameworkCore.
Xamarin.forms.mocks
⭐
176
Library for running Xamarin.Forms inside of unit tests
Automoq
⭐
155
Auto mocking provider for Moq.
Justmocklite
⭐
147
Powerful and free mocking for .NET
Moq.contrib.httpclient
⭐
124
A set of extension methods for mocking HttpClient and IHttpClientFactory with Moq.
Prig
⭐
103
Prig is a lightweight framework for test indirections in .NET Framework.
Httpclient.helpers
⭐
69
Some simple System.Net.Http.HttpClient test helpers
Jazsharp
⭐
64
Jasmine inspired mocking and unit testing framework for C#.
Simplify
⭐
53
Simplify is a set of .NET libraries that provide infrastructure for your applications. DI and mocking friendly.
Chill
⭐
51
Chill, a BDD style testing framework - "If you stick it in a container, Chill will keep it cool"
Entity Framework Mock
⭐
41
Easy Mock wrapper for mocking EF6 DbContext and DbSet using Moq or NSubstitute
Autofac.extras.moq
⭐
35
Moq auto mocking integration for Autofac IoC
Autofake
⭐
35
Mock any type members including static and non-virtual ones
Graphviz
⭐
33
GraphViz for .NET
Wiremockui
⭐
31
Wiremock UI - Tool for creating mock servers, proxies servers and proxies servers with the option to save the data traffic from an existing API or Site.
Mockhttp
⭐
29
.NET library to mock HTTP responses for any HTTP client and verify request expectations with an experience inspired by Moq.
Cneptune
⭐
29
CNeptune improve productivity & efficiency by urbanize .net module with meta-code to lay foundation for frameworks
Unittestingtools
⭐
29
Great tools to increase the quality of your unit tests in .NET C#
Machine.specifications.automocking
⭐
29
Attempts to reduce noise in MSpec tests when creating mock objects, dependencies and the subject under test.
Hoverfly Dotnet
⭐
27
A .Net Library for Hoverfly
Fluentsimulator
⭐
24
A fluent syntax .NET REST/HTTP API simulator for automated unit and UI testing.
Wiremock.net Docker
⭐
19
WireMock.Net-docker is a Docker image which runs WireMock.Net (a flexible library for stubbing and mocking web services)
Benchmarkmocknet
⭐
18
Using BenchmarkDotNet to compare .NET mocking library performance
Umbraco Context Mock
⭐
18
UmbracoContext and ApplicationContext mocking helper for Umbraco 7
Moqqer
⭐
14
Moqqer is an AutoMocker for Moq, helping with TDD!
Mockdatagenerator
⭐
13
Generate mock data for POCO
Faken
⭐
13
Fake implementation of HttpContextBase for terse and expressive tests without the tedious setup of a mocking framework
Rhino Mocks
⭐
12
Dynamic Mocking Framework for .NET
Createandfake
⭐
11
A C# class library that handles mocking, test data generation, and validation.
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.
Divertr
⭐
10
The .NET mocking framework for integration testing.
Cloudbackupactors
⭐
10
An Application That Backs Up Files To Cloud Storage Using Akka.NET
Codequality
⭐
10
Allows to setup coding style and analysis rules for a high code quality and provides some useful helpers (HttpClient mock, test logger...) to write your tests!
Static Mock
⭐
9
SMock is opensource lib for mocking static and instance methods and properties.
Selfinitializingfakes
⭐
9
Like Fowler's self-initializing fakes.
Ease
⭐
9
EaseLib is a library to ease unit testing through IoC containers and Mocking
Systemtestingtools
⭐
9
Stubbing tool for HTTP calls to allow more comprehensive + deterministic tests
Telerik.justmock.entityframework
⭐
8
In-memory mock DbSet and DbContext mocking amenities for JustMock.
Mockablestaticgenerator
⭐
8
A C# source generator to make an interface and a class wrapper to test static and extension methods.
Exceldna Abstractions
⭐
7
ExcelDna.Abstractions allows you to mock / unit test Excel-DNA Add-ins
Seek.automation.stub
⭐
7
A Pact based stubbing library for .NET.
Skykick.ninjectworkshop.wordcounting
⭐
7
A deep dive on how to leverage Single Responsibility, Dependency Injection, Mocking and other Testing technologies to create or modify an application to make it highly testable and author highly valuable Unit, Cross Component and Scenario Tests.
Mockserver Client Net
⭐
7
.NET Core / C# Fluent API for interacting with Mock-Server
Staticmocks
⭐
7
A mocking library capable of mocking .NET and .NET Core static methods
Moqassist
⭐
7
A Lightweight Mocking Assistant for Moq Library in .NET Platforms.
Simple Mock Web Service
⭐
6
provides RESTful web services, for mocking purpose, to be consumed in any JavaScript frameworks using AJAX call.
Httpwebrequestwrapper
⭐
6
Test/mock (3rd party) code that relies on HttpClient, WebClient, HttpWebRequest or WebRequest.Create()
Quicktest
⭐
6
Library to write acceptance & integration tests for Xamarin.Forms with NUnit
Mocking Frameworks Or Manual Mocks
⭐
5
Dsian.twincat.ads.server.mock
⭐
5
Mocking a TwinCAT Ads Server, for unit testing code with e.g. ADS read/write requests.
Genericefrepo
⭐
5
Implementation of a Generic Entity Framework 6 Repository
Tanktop
⭐
5
A lightweight, testable, .NET IndexTank implementation
Dbcontextmockforunittests
⭐
5
.net DbContext Data Mocking for Unit Testing in c#
Magicmoq
⭐
5
Mocking dependencies with style 8-)
Mockingframeworkexamples
⭐
5
As a companion to my blog series on .NET Mocking Frameworks and how they work, this repository attempts to implement the same unit tests with mocks using each of the major mocking frameworks available for .NET.
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,118)
C Sharp Visual Studio (2,839)
C Sharp Command Line (2,702)
C Sharp Asp Net Core (2,668)
C Sharp Sql (2,429)
C Sharp Microsoft (2,368)
1-68 of 68 search results
Privacy
|
About
|
Terms
|
Follow Us On Twitter
Copyright 2018-2024 Awesome Open Source. All rights reserved.