Lost your password?

Blogs about: Rhino Mocks

Featured Blog

Showing Strong Named Internal Classes to Rhino Mocks

coreycoogan wrote 4 weeks ago: Other possible titles include: Rhino Mocks 3.5 Public Key, Rhino Mocks 3.6 Public Key, Rhino Mocks S … more →

Tags: alt-net, C#, TDD, Rhino Mocks 3.5, Rhino Mocks 3.6, strong naming, Strong Named, publickey, PublicKeyToken

Event Mocking with[out] Rhino Mocks2 comments

coreycoogan wrote 1 month ago: One of the common tasks I come across when doing TDD is mocking events.  I’m a big fan of … more →

Tags: alt-net, TDD, Mocking Events

Two Tracks at CRineta

Chris Missal wrote 2 months ago: For the first time since I’ve been attending, and maybe since CRineta existed, we had two meet … more →

Tags: Community, .NET, CRIneta

Rhino Mocks and AssertWasCalled MethodOptions1 comment

Kash wrote 4 months ago: I always seem to struggle to find examples of how to use MethodOptions in Rhino Mocks, so here is so … more →

Tags: Test Driven Development, TDD

Checking what was sent to a mock, readability of test code and readability of assert messages1 comment

Kash wrote 4 months ago: There are several ways to determine what was sent to your mock object. In this blog post I’ll … more →

Tags: Test Driven Development, TDD, MOQ

Recursive Mocks: Comparing Moq to Rhino Mocks

Kash wrote 5 months ago: Here is the simple ASP.NET MVC code I want to test. In a test, I need to mock the HttpContext so tha … more →

Tags: Test Driven Development, TDD, MOQ, Recursive Mocks, oo

RhinoMocks -- repeat times 1 comment

benbiddington wrote 6 months ago: My pair and I discovered some unexpected behaviour with repeat times yesterday. It appears repeat ti … more →

Tags: development, TDD, NUnit, Mocking ;, aaa, rhino, Arrange Act Assert, test double

NullReferenceException when using Rhino Mocks

keithbloom wrote 10 months ago: While writing some tests for the following method I had a strange problem. When the test ran it thre … more →

Tags: .NET

Rhino Mocks Training Content

nirajrules wrote 11 months ago: I tried searching on this for a personal assignment but couldn’t locate one. So decided to cre … more →

Tags: Unit Testing, Training, Content

TDD with wrapper classes

Kash wrote 11 months ago: Sometimes, during TDD, you come across a class that does not have an interface and therefore isn … more →

Tags: Test Driven Development, .NET, TDD

Registering a mock/stub with Windsor

Michael Cromwell wrote 11 months ago: I have some code that uses Castle Windsor to retrieve instances this helps to manage dependencies th … more →

Tags: Tips, Unit Testing, Testing, C#, Code Example, Mocking ;, Mocks, TDD, Castle Windsor

Rhino Mocks and GetArgumentsForCallsMadeOn2 comments

Kash wrote 11 months ago: Rhino Mocks includes a couple of ways to ensure your dependencies are called with the correct data. … more →

Tags: Test Driven Development, TDD

Mocking WCF Services with Rhino Mocks

Kash wrote 1 year ago: With WCF self-hosting it is easy to substitute an external service dependency with a mock service. I … more →

Tags: Test Driven Development, .NET, WCF, TDD

Fluent Rhino Mocks

Tim wrote 1 year ago: I was recently introduced to the fluent interface that the Rhino Mocks library exposes. I wasn … more →

Tags: NUnit

TDD with Monorail - Part 4

Tim wrote 1 year ago: In part 4 I am going to look at extending the functionality of the user registration page. I am goin … more →

Tags: FormHelper, jQuery, Messages, Monorail, unit tests, validation

Rhino Mocks Links

nirajrules wrote 1 year ago: I am no mockist. But I had to upgrade myself on this for one of my clients. Below are the few links … more →

Tags: Unit Testing

Staff Intranet on Codeplex

Michael Cromwell wrote 1 year ago: I have not posted here for a little the main reason being I have been putting the final touches to a … more →

Tags: .NET, BDD, C#, Code Example, Design Pattern, Mocking ;, Mocks, NHibernate, NUnit

Unit testing threading using rhino mocks

Michael Cromwell wrote 1 year ago: Update: I have recently put together a much more detailed look at this in my obstacles of unit testi … more →

Tags: Tips, Advice, .NET, Unit Testing, Testing, NUnit, C#, Code Example, Mocking ;

Unit testing date & time related objects

Michael Cromwell wrote 1 year ago: I was recently working on a scheduler object that relied on retrieving the current date and time to … more →

Tags: .NET, Advice, Mocking ;, Mocks, oop, Testing, Tips, Unit Testing


Related Tags
All →

Follow this tag via RSS