JustMock 2015.3.929.5
dotnet add package JustMock --version 2015.3.929.5
NuGet\Install-Package JustMock -Version 2015.3.929.5
<PackageReference Include="JustMock" Version="2015.3.929.5" />
paket add JustMock --version 2015.3.929.5
#r "nuget: JustMock, 2015.3.929.5"
// Install JustMock as a Cake Addin #addin nuget:?package=JustMock&version=2015.3.929.5 // Install JustMock as a Cake Tool #tool nuget:?package=JustMock&version=2015.3.929.5
The most powerful free mocking library available for .NET developers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. 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. |
Silverlight | sl4 is compatible. sl5 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (10)
Showing the top 5 popular GitHub repositories that depend on JustMock:
Repository | Stars |
---|---|
AutomateThePlanet/AutomateThePlanet-Learning-Series
Automate The Planet Series Source Code
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
telerik/blazor-ui
A collection of examples related to Telerik UI for Blazor Components: https://www.telerik.com/blazor-ui
|
|
shahedc/NetLearnerApp
NetLearner: The Internet Resource Learning Helper built with ASP .NET Core
|
|
ardalis/ddd-vet-sample
A sample meant to demonstrate domain driven design using a veterinary hospital management system.
|
Version | Downloads | Last updated |
---|---|---|
2015.3.929.5 | 2,338 | 9/30/2015 |
2015.2.715.1 | 2,718 | 7/21/2015 |
2015.2.616.2 | 1,064 | 6/24/2015 |
2015.1.224.3 | 2,768 | 2/25/2015 |
2015.1.205.2 | 299 | 2/16/2015 |
2014.3.1204.3 | 5,027 | 12/4/2014 |
2014.3.1021.2 | 1,242 | 10/27/2014 |
2014.2.811.1 | 2,495 | 8/11/2014 |
2014.2.722.1 | 607 | 7/22/2014 |
2014.2.609.3 | 941 | 6/13/2014 |
2014.1.1623.1 | 1,175 | 4/24/2014 |
2014.1.1609.1 | 399 | 4/15/2014 |
2014.1.1519.1 | 450 | 3/31/2014 |
2014.1.1424.1 | 1,403 | 2/26/2014 |
2014.1.1418.1 | 435 | 2/19/2014 |
2014.1.1317.4 | 639 | 1/28/2014 |
2014.1.1307.2 | 576 | 1/9/2014 |
2014.1.1217.4 | 723 | 12/18/2013 |
2014.1.1204.1 | 429 | 12/4/2013 |
2013.3.1119.2 | 762 | 11/20/2013 |
2013.3.1101.2 | 877 | 11/1/2013 |
2013.3.1015 | 565 | 10/16/2013 |
2013.3.1009 | 261 | 10/10/2013 |
2013.3.925 | 382 | 9/26/2013 |
2013.3.904 | 569 | 9/6/2013 |
2013.3.819 | 3,836 | 8/19/2013 |
2013.3.813 | 203 | 8/13/2013 |
2013.2.611 | 1,027 | 6/12/2013 |
2013.2.603 | 217 | 6/3/2013 |
2013.2.527 | 197 | 5/27/2013 |
2013.2.522 | 242 | 5/22/2013 |
2013.1.507 | 263 | 5/8/2013 |
2013.1.315 | 1,453 | 3/18/2013 |
2013.1.220 | 1,514 | 2/20/2013 |
2013.1.125.1 | 459 | 1/25/2013 |
2012.3.1220 | 436 | 12/21/2012 |
2012.3.1016 | 852 | 10/17/2012 |
2012.2.813 | 976 | 8/13/2012 |
2012.1.608 | 432 | 6/11/2012 |
2012.1.508 | 333 | 5/8/2012 |
2012.1.321 | 371 | 3/21/2012 |
2012.1.229 | 293 | 3/1/2012 |
2012.1.215 | 251 | 2/15/2012 |
2011.3.1323 | 259 | 1/23/2012 |
2011.3.1222 | 271 | 12/22/2011 |
2011.3.1116 | 417 | 11/16/2011 |
2011.2.921 | 381 | 9/29/2011 |
2011.2.713 | 1,438 | 7/22/2011 |
2011.1.620 | 290 | 6/20/2011 |
2011.1.331 | 417 | 4/7/2011 |
2011.1.315 | 1,279 | 3/16/2011 |
2010.3.1215 | 617 | 1/7/2011 |
What's new:
Added: Ability to use 'dynamic' for the non-public API
Added: RecursiveMockingBehavior should understand Task<T>
Added: Dynamic interface for PrivateAccessor
Added: PrivateAccessor should infer generic arguments when calling generic methods by name
Added: PrivateAccessor should be able to call generic methods if given a name and type arguments
Added: Add explanation message parameter to Mock.Assert methods
Added: Get accumulated bug fixes from upstream Castle.Core repo
Added: Make arrangements disposable
What's fixed:
Fixed: Improve memory usage - new DynamicProxyInterceptor per repo, instead of per mock
Fixed: Transparent proxies don't work with abstract methods
Fixed: Transparent proxies don't record calls when they're made from within the mock
Fixed: RecursiveLoose doesn't always work inside the constructor of a mock
Fixed: PrivateAccessor doesn't work with transparent proxies
Fixed: Transparent proxies aren't considered self-equal