Info
Version: | 1.0.1 |
Author(s): | .Goodies |
Last Update: | Monday, November 30, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DotGoodies/DotGoodies.Testing |
NuGet Url: | https://www.nuget.org/packages/DotGoodies.Testing.RhinoMocksExtensions |
Install
Install-Package DotGoodies.Testing.RhinoMocksExtensions
dotnet add package DotGoodies.Testing.RhinoMocksExtensions
paket add DotGoodies.Testing.RhinoMocksExtensions
DotGoodies.Testing.RhinoMocksExtensions Download (Unzip the "nupkg" after downloading)
Dependencies
- LinFu.DynamicProxy.OfficialRelease(>= 1.0.5 && < 2.0)
- RhinoMocks(>= 3.6.1 && < 4.0)
Tags
* A base class for tests using RhinoMocks.
* A way to create thread safe mock that can be called from several threads in parallel.
This is to fix a well known bug in version 3.6 of RhinoMocks.
* A handful of additional expectation extensions.