Blogs about: Rhino Mocks

Featured Blog

Unwinding Rhino Mocks2 comments

mmeisinger wrote 1 week ago: Finally, progress!. Sure, the “progress” is 124 build errors but… it’s progress; right? One of the t … more →

Tags: .NET

Planning the Next Rhino Mock10 comments

mmeisinger wrote 3 weeks ago: It has been a week since I have been given the “keys” to the Rhino Mocks framework and it has been a … more →

Even More Asserts in a Single Unit Test Method2 comments

Brian Elgaard wrote 3 weeks ago: In my last post I stated that sometimes it is OK to have multiple asserts in a single unit test meth … more →

Tags: Code, C#, .NET, Unit Testing

Rhino Mocks New Home17 comments

mmeisinger wrote 1 month ago: I am proud to state that Rhino Mocks has a new home. I must admit that I am feeling a little nervous … more →

State of Rhino Mocks

mmeisinger wrote 1 month ago: Ayende Rahien (Oren Eini) recently posted about the state of Rhino Mocks. For those of you who don’t … more →

Tags: .NET, Unit Testing

Test async webservice call with a Task

erictummers wrote 4 months ago: We have a number of services in our project. Our clients include WPF, iOS, Android and Web. To have … more →

Tags: Unittest, unittest, await, ServiceContract, Task, Factory

Property Behavior in Rhino Mocks and Stubs1 comment

Adam Prescott wrote 4 months ago: A co-worker presented me with a scenario where assigning and accessing a property from a Rhino Mocks … more →

Tags: dev, .NET, C#

Implement Interface as virtual methods

erictummers wrote 5 months ago: A best pratice in Object Oriented Programming is the use of Interfaces. When applied correctly it si … more →

Tags: Visual studio 2010, Unittest, Visual Studio 2012, unittest, interface implementation, Mocking ;

AmbiguousMatchException on mock creation

erictummers wrote 6 months ago: See simple code below of ClassToTest with two public constructors with one parameter. My favorite mo … more →

Tags: Unittest, unittest, csharp, DotNet

How to verify calls expectations after some point using RhinoMocks

sshumakov wrote 8 months ago: Hi guys. Few weeks ago when I was writing unit tests using RhinoMocks and NUnit I got some special t … more →

Tags: MSP

How to clear previous setup using Rhino Mocks

sshumakov wrote 8 months ago: Hello . Recently, when I wrote tests using RhinoMocks framework for mocks and stubs creation I had o … more →

Tags: MSP, Mocks

Order Checking in Rhino Mocks with AAA Syntax

Matt McKnight wrote 9 months ago: Rhino Mocks recently switched to AAA syntax (Arrange, Act, Assert) from Record/Replay.  It’s f … more →

Tags: .NET, Unit Testing

Output Parameters in Argument Contraints with Rhino Mocks

Adam Prescott wrote 9 months ago: Today, I was writing tests for a method that had an output parameter in its argument list. With Rhin … more →

Tags: dev, .NET, C#, Constraints

Meet the Author: Jim Cooper on Rhino Mocks Fundamentals

Paul Ballard wrote 9 months ago: In today’s episode of our Meet the Author podcast, Fritz Onion talks to our own Jim Cooper abo … more →

Tags: meet the author, TDD

ASP.NET Web Forms MVP (Part III): Unit Test MVP2 comments

youmohu wrote 10 months ago: With the reading of Part I and Part II, you should have a basic understand of Web Forms MVP by now. … more →

Tags: Professional, LinkedIn, unit test, NUnit, Mock, ASP.NET Web Forms MVP, NBuilder

Windows Azure SDK better with wrappers

erictummers wrote 1 year ago: Since Windows Azure SDK 1.2 back in 2010 I’m trying to get my unittests up and running. I post … more →

Tags: dotnet, Pex and Moles, Unittest, Telerik JustMock, windows azure, Azure, unittest, Telerik, Windows Azure SDK

Mocking IQueryable

codenamesean wrote 1 year ago: Just a quick one, I found this very useful the other day. I wanted to mock the following query: publ … more →

Tags: c-2

Ordered Tests with Rhino Mocks AAA Syntax

Adam Prescott wrote 1 year ago: Before the AAA syntax was introduced, you would create ordered unit tests by wrapping Expect calls i … more →

Tags: dev, unit tests, .NET, C#, aaa

Unit Testing Stored Procedure Calls with Rhino Mocks1 comment

Adam Prescott wrote 1 year ago: Database stored procedure calls are one of the trickiest things to unit test, and there are many dif … more →

Tags: dev, unit tests, .NET, C#, Software development, Stored Procedure, Database, parameter, INPUT


Related Tags
All →

Follow this tag via RSS