Fakes.Contrib
0.7.18065.8
See the version list below for details.
dotnet add package Fakes.Contrib --version 0.7.18065.8
NuGet\Install-Package Fakes.Contrib -Version 0.7.18065.8
<PackageReference Include="Fakes.Contrib" Version="0.7.18065.8" />
paket add Fakes.Contrib --version 0.7.18065.8
#r "nuget: Fakes.Contrib, 0.7.18065.8"
// Install Fakes.Contrib as a Cake Addin #addin nuget:?package=Fakes.Contrib&version=0.7.18065.8 // Install Fakes.Contrib as a Cake Tool #tool nuget:?package=Fakes.Contrib&version=0.7.18065.8
This library is a contribution to Microsoft Fakes. It allows tests to verify expectations on mocks with an easy and fluent syntax.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
-
- Castle.Core (>= 3.2.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 |
---|---|---|
0.8.18200.2 | 1,785 | 7/19/2018 |
0.7.18065.8 | 1,157 | 3/6/2018 |
0.6.5389.13898 | 5,009 | 10/3/2014 |
0.6.5099.26816 | 1,306 | 12/17/2013 |
0.6.5095.20427 | 1,192 | 12/13/2013 |
0.5.5073.15041 | 1,310 | 11/21/2013 |
0.5.5059.17884 | 1,214 | 11/7/2013 |
0.4.5045.16141 | 1,372 | 10/24/2013 |
0.4.5045.15763 | 1,239 | 10/24/2013 |
0.4.5045.14338 | 1,198 | 10/24/2013 |
0.3.5044.26836 | 1,415 | 10/23/2013 |
0.2.5044.18289 | 1,217 | 10/23/2013 |
Version 0.7:
* added support for interface types
* removed assembly signing
* updated copyright and maintainer/owner information
Version 0.6: added an "ObservableShimsContext" to allow verifications on shims
Version 0.5: added an "AssertWasNotCalled" assertion
Version 0.4: improved "With" to allow predicate of two different types
Version 0.3: added more flexible ways to verify a mock
Version 0.2: first usable version. Watch out, this is still apha code !