DotGoodies.Testing.RhinoMocksExtensions
1.0.1
DotGoodies.Testing.RhinoMocksExtensions provides 3 things for behaviour driven unit tests:
* 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.
Install-Package DotGoodies.Testing.RhinoMocksExtensions -Version 1.0.1
dotnet add package DotGoodies.Testing.RhinoMocksExtensions --version 1.0.1
<PackageReference Include="DotGoodies.Testing.RhinoMocksExtensions" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotGoodies.Testing.RhinoMocksExtensions --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Package metadata includes the packages this one depends on.
Dependencies
-
- LinFu.DynamicProxy.OfficialRelease (>= 1.0.5 && < 2.0.0)
- RhinoMocks (>= 3.6.1 && < 4.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.