RhinoMocks 4.0.0-alpha3

This is a prerelease version of RhinoMocks.
dotnet add package RhinoMocks --version 4.0.0-alpha3
                    
NuGet\Install-Package RhinoMocks -Version 4.0.0-alpha3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RhinoMocks" Version="4.0.0-alpha3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RhinoMocks" Version="4.0.0-alpha3" />
                    
Directory.Packages.props
<PackageReference Include="RhinoMocks" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RhinoMocks --version 4.0.0-alpha3
                    
#r "nuget: RhinoMocks, 4.0.0-alpha3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=RhinoMocks&version=4.0.0-alpha3&prerelease
                    
Install RhinoMocks as a Cake Addin
#tool nuget:?package=RhinoMocks&version=4.0.0-alpha3&prerelease
                    
Install RhinoMocks as a Cake Tool

Dynamic mocking framework for .NET

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (56)

Showing the top 5 NuGet packages that depend on RhinoMocks:

Package Downloads
MvcContrib.Mvc3.TestHelper-ci

MvcContrib was designed to add functionality and ease-of-use to Microsoft's ASP.NET MVC Framework, MVC Contrib is useful for developers looking to develop and test UI elements on top of the ASP.NET MVC framework. The TestHelper component provides additional utilities that aid in unit testing ASP.NET MVC projects.

AutoFixture.AutoRhinoMocks

This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by Rhino Mocks. To use it, add the AutoRhinoMockCustomization to your Fixture instance. Read more at http://blog.ploeh.dk/2010/11/13/RhinoMocksbasedAutomockingWithAutoFixture.aspx

MvcContrib.TestHelper

The TestHelper library allows simpler unit testing on Asp.net MVC controllers than can be accomplished through standard mocking and subclassing. It is designed to reduce the amount of work required to test controllers, and therefore should be used by your test projects but not in your web server project.

structuremap.automocking

StructureMap AutoMocker for RhinoMocks

Machine.Fakes.RhinoMocks

Machine.Fakes attempts to simplify the usage of such frameworks on top of Machine.Specifications by helping to reduce a lot of the typical fake framwork related clutter code in specifications. If you choose so, Machine.Fakes even helps you to stay mostly independent of a concrete fake framework by providing a little wrapper API and a provider model for fake frameworks.

GitHub repositories (43)

Showing the top 20 popular GitHub repositories that depend on RhinoMocks:

Repository Stars
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
HearthSim/Hearthstone-Deck-Tracker
A deck tracker and deck manager for Hearthstone on Windows
AutoFixture/AutoFixture
AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
icsharpcode/SharpDevelop
#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
guryanovev/CrystalQuartz
pluggable UI for Quartz.NET
icsharpcode/WpfDesigner
The WPF Designer from SharpDevelop
aluxnimm/outlookcaldavsynchronizer
Sync Outlook with Google, SOGo, Nextcloud or any other CalDAV/CardDAV server
loresoft/msbuildtasks
The MSBuild Community Tasks Project is an open source project for MSBuild tasks.
clawsoftware/clawPDF
Open Source Virtual (Network) Printer for Windows that allows you to create PDFs, OCR text, and print images, with advanced features usually available only in enterprise solutions.
AndersMalmgren/FreePIE
Programmable Input Emulator
uxmal/pytocs
Converts Python source to C#
pjvds/ncqrs
Ncqrs Framework - The CQRS Framework for .NET
re-motion/Relinq
With re-linq, it's now easier than ever to create full-featured LINQ providers. Used by NHibernate, Entity Framework and others.
jskeet/DemoCode
Demo code used in talks, blog posts etc
mccalltd/AttributeRouting
Define your routes using attributes on actions in ASP.NET MVC and Web API.
n2cms/n2cms
N2 CMS, an open source CMS for ASP.NET
ZedGraph/ZedGraph
Graphing Library for .NET
ayende/rhino-licensing
A software licensing framework
roadkillwiki/roadkill
A modern .NET Wiki
Version Downloads Last updated
4.0.0-alpha3 200,346 4/22/2014
3.6.1 13,840,415 3/18/2012
3.6.0 2,003,307 1/7/2011

Rhino Mocks version 4.0.0 Alpha release correcting issue with not being able to generate a mock.