Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

Ability to pass array to mocked method call

Approach to unit testing interaction with a base class

How to assert an IEnumerable parameter where order is unimportant?

c# unit-testing rhino-mocks

Replacement for Rhino mock

rhino-mocks

"Self-mocking" using Rhino Mocks

Mocking WebSecurity provider

Rhino Mocks and ordered test with unordered calls

unit-testing rhino-mocks

Why am i getting a null reference exception on a mocked test object?

Rhino mocks .Repeat.Any() not working for me

c# rhino-mocks

Is there a difference between SetupResult and Stub in RhinoMocks?

c# rhino-mocks

How to stub SingleOrDefault with Rhino mocks

C# Rhino.Mocks - How do I write test code without repeating myself?

c# unit-testing rhino-mocks

How to mock HttpContext.Current.Items with NUnit and Rhino Mocks

Rhino Mocks Stub Method not working

Rhino Mocks: Is there any way to verify a constraint on an object property's property?

.net rhino-mocks

In Rhino Mock, how do I mock a property to it can be “call” more than once?

.net mocking rhino-mocks

Rhino Mocks - Stub a Singleton

Rhino Mocks -- assert no interaction with mock/stub

How to assert that an action was called

c# tdd rhino-mocks