Testing a property set to an instance of a new object in Rhino Mocks 3.4.0...
Read MoreRhino Mocks Stub not calling .WhenCalled action...
Read MoreHow to set a default return value in a Rhino Mocks stub...
Read MoreMocking and Repository / Service layers in C#...
Read MoreRhinoMock - Multiple Expectations in one method - Best Practice...
Read MoreHow to avoid HttpContext.Server.MapPath for Unit Testing Purposes...
Read MoreMocking ASPNET MVC DependencyResolver with Rhino mock...
Read MoreHow can I replace an already declared stub call with a different stub call?...
Read MoreWhat is Moq's equivalent of LastCall in RhinoMocks?...
Read MoreMoq equivalent to Rhino Mock's GetArgumentsForCallsMadeOn...
Read MoreWhat is wrong with Stubs for unit testing?...
Read MoreRhinoMocks/AssertWasCalled: verifying argument length?...
Read MoreRhino Mocks Exception Expect #1 Actual #0 : Need assistance...
Read MoreRhino Mocks - Stub .Expect vs .AssertWasCalled...
Read MoreHow to register a rhino stub in MS unity?...
Read MoreHow to mock a method call that takes a dynamic object...
Read MoreHow can I check if a particular property setter is called on a Mock object?...
Read MoreMock Stub and Moq Setup act differently ? What is the equivalent of Stub in Moq?...
Read MoreIs it possible to create a mock object that implements multiple interfaces with EasyMock?...
Read MoreUsing Rhino Mocks, why does invoking a mocked on a property during test initialization return Expect...
Read MoreNUnit Test method with Rhino mocks does not work - C#...
Read MoreXUnit, RhinoMocks, or TestDriven.Net Issue...
Read MoreUse Rhino Mocking to unit test delete functionality...
Read MoreUnit Test (Rhino) DBUp in Azure Durable HTTPStart Method...
Read MoreCan Rhino Mock deeper/nested members directly?...
Read MoreRhinoMocks Expect not working as 'expected'...
Read MoreAsserting that a method is called exactly one time...
Read More