NetMock is a .NET network service mock framework, inspired by Moq syntax, providing the ability to mock REST and web socket APIs from within a test framework of choice.
Info
Version: | 3.0.0 |
Author(s): | Mattias Wijkström |
Last Update: | Monday, November 7, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/m00ndark/net-mock |
NuGet Url: | https://www.nuget.org/packages/NetMock |
Install
Install-Package NetMock
dotnet add package NetMock
paket add NetMock
NetMock Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 10.0.3)
Tags