60 packages tagged with “stub”
Provides framework APIs and Attributes for Microsoft Fakes. To generate Fakes code, one needs a VS Enterise install. Additional details can be found at http://aka.ms/MicrosoftFakes.
The most powerful free mocking library available for .NET developers.
NMock3 is a Mocking framework that uses lambda syntax to setup expectations and test interactions between classes and interfaces.
Library for creating Api stubs in .NET.
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
.NET library to mock HTTP responses for HttpClient and verify request expectations with an experience inspired by Moq.
Easily create fake HTTP endpoints for integration testing
Through the class Any, this library allows you to create all sort of base types randomly, this will help clarify your code, especially while testing. A known issue with developers struggling with test data setup, is that often the initial, explicit hard coded value or variables, can leave questions about being the real expected input/output, or just a value.
Test/mock (3rd party) code reliant on HttpClient, WebClient, HttpWebRequest and WebRequest.Create()
JSON and MediaTypeFormatter extensions for skwas.MockHttp.
UniMock is a auto-mocking tool that automatically mocks the entire universe and lets you concentrate on writing clean, fast, efficient tests with the minimum of overhead. It allows you to use your choice of mocking/stubbing tool and IoC container.
A small server for stubbing external systems during development.
Testing layer for Microsoft's HttpClient library. Use RichardSzalay.MockHttp unless you need a signed assembly.
Builder allows to initialize one or more objects customizing the creation.
Stub Data Generator for .net core
Allows to run simple SMTP server stub on selected port
.NET library to mock HTTP responses for any HTTP client and verify request expectations with an experience inspired by Moq.
A simple mocking library for TypeScript
A mocking framework to mock HttpClient requests.
AutoObjectBuilder.Net is an open source project designed to assist with Unit testing by automatically building simple and complex object graphs with predictable test data..
Stub Data Generator Middleware for Asp.Net core
A fakes framework for restsharp
Provides testing platform APIs for Microsoft Fakes. To generate Fakes code, one needs a VS Enterise install. Additional details can be found at http://aka.ms/MicrosoftFakes.
Quickly stub out 3rd party servers to be used against your automated development test cycle. Designed to feel familiar to use, without having restrictions forced upon you.
**SystemTestingTools** (for .net core 3.1+) extends your test capabilities, providing ways to create / return stubs, allowing you to run more comprehensive / deterministic / reliable tests in your local dev machine / build tool and in non-prod environments. * supporting interception of Http (HttpClient or WCF) calls: * before they are sent, returning stubs (ideal for automated testing) * after they are sent, where you can save the request and response (recording), log appropriately or replace bad responses by stubs (ideal for dev/test environments that are flaky or not ready) * asserting outgoing calls (ie: making sure out downstream calls have SessionIds) * intercept logs and run asserts on them
An EntityFramework implementation of data access for AmazonDynamoDBStub.
A library to allow faking of client http logic with System.Net.Http. Supports recording and playback of responses. Particularly useful for separating client-side unit tests from web services.