AutoMoq.Boost
1.1.0
dotnet add package AutoMoq.Boost --version 1.1.0
NuGet\Install-Package AutoMoq.Boost -Version 1.1.0
<PackageReference Include="AutoMoq.Boost" Version="1.1.0" />
<PackageVersion Include="AutoMoq.Boost" Version="1.1.0" />
<PackageReference Include="AutoMoq.Boost" />
paket add AutoMoq.Boost --version 1.1.0
#r "nuget: AutoMoq.Boost, 1.1.0"
#:package AutoMoq.Boost@1.1.0
#addin nuget:?package=AutoMoq.Boost&version=1.1.0
#tool nuget:?package=AutoMoq.Boost&version=1.1.0
This extension automatically sets up mocks retrieved from AutoFixture's AutoMoq, so that their methods/properties' return values will also be retrieved from the container. This way, you can focus on setting up the relevant bits, and let AutoFixture handle dependency resolution entirely.
See the project's page for examples: https://github.com/dcastro/AutoMoq.Boost
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. 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. |
-
- AutoFixture.AutoMoq (>= 3.19.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|
- Added support for "out" parameters;
- Fixed: no longer throws an exception when setting up types whose methods have "ref" parameters.