AutoMoq 1.7.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AutoMoq --version 1.7.0
NuGet\Install-Package AutoMoq -Version 1.7.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="AutoMoq" Version="1.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AutoMoq --version 1.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AutoMoq, 1.7.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 AutoMoq as a Cake Addin #addin nuget:?package=AutoMoq&version=1.7.0 // Install AutoMoq as a Cake Tool #tool nuget:?package=AutoMoq&version=1.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Auto-mocking container
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AutoMoq:
Package | Downloads |
---|---|
Kayone.TestFoundation
Description |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on AutoMoq:
Repository | Stars |
---|---|
FortuneN/FineCodeCoverage
Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
|
|
alexbeletsky/elmah-mvc
Painless integration of ELMAH into ASP.NET MVC application
|
|
microsoft/UnitTestBoilerplateGenerator
An extension for Visual Studio that generates a unit test boilerplate from a given class, setting up mocks for all dependencies. Supports NUnit, Visual Studio Test, Moq and SimpleStubs.
|
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 1,459,885 | 5/25/2016 |
1.8.1 | 100,735 | 4/25/2016 |
1.8.0 | 9,176 | 4/16/2016 |
1.7.1 | 4,144 | 4/9/2016 |
1.7.0 | 14,731 | 2/4/2016 |
1.6.2 | 244,805 | 9/2/2013 |
1.6.1 | 55,233 | 10/24/2011 |
1.6.0 | 3,367 | 8/16/2011 |
1.5.0 | 2,775 | 7/14/2011 |
1.4.2 | 3,009 | 6/4/2011 |
1.4.1 | 3,039 | 4/10/2011 |
1.4.0 | 3,139 | 4/9/2011 |
1.3.1.3 | 3,301 | 4/9/2011 |
Added support for strict-mocking.