Moq.Modules
1.0.0
See the version list below for details.
dotnet add package Moq.Modules --version 1.0.0
NuGet\Install-Package Moq.Modules -Version 1.0.0
<PackageReference Include="Moq.Modules" Version="1.0.0" />
paket add Moq.Modules --version 1.0.0
#r "nuget: Moq.Modules, 1.0.0"
// Install Moq.Modules as a Cake Addin #addin nuget:?package=Moq.Modules&version=1.0.0 // Install Moq.Modules as a Cake Tool #tool nuget:?package=Moq.Modules&version=1.0.0
Allows package authors to supply re-uable mocks for their library.
You can also use this in an enterprise organization where you have shared libraries and want to supply reusable mocks with those libraries.
Even within a self-contained application it can be helpful to make modular ans reusable mocks so that you don't mock the same interfaces over and over again.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Moq (>= 4.2.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Moq.Modules:
Package | Downloads |
---|---|
Owin.Framework.Pages.Mocks
Mock implementations of interfaces in the pages core. You can use these to mock the pages package in your unit tests |
|
Owin.Framework.Mocks
Mocks of Owin Framework interfaces to use in your unit tests |
|
Prius.Mocks
Reusable mocks that you can use to mock your database if you use Prius as your ORM. |
GitHub repositories
This package is not used by any popular GitHub repositories.
First release