Moq.Modules 1.0.0

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Moq.Modules" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Moq.Modules --version 1.0.0
#r "nuget: Moq.Modules, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
    • 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.

Version Downloads Last updated
1.0.4 1,144 10/1/2019
1.0.2 6,462 6/15/2018
1.0.1 4,858 1/9/2017
1.0.0 4,620 8/22/2015

First release