Why is real code being called in this test using RhinoMocks?...
Read MoreWhy does my partial mock have all virtual methods mocked, even if no expectations are set?...
Read MoreMissing the Stub (extension) method of result of MockRepository.GenerateStub<T>()...
Read MoreHow to stub a method that passes an enumeration by reference in .net?...
Read MoreHow to use the AAA syntax to do an AssertWasCalled but ignore arguments...
Read MoreRhino Mocks ignore private method...
Read MoreHow do we make lambda function execute in method that is part of a Rhino Mock object?...
Read MoreHow to mock instance methods called by the tested method so you test only one thing?...
Read MoreIn Rhino Mock, how do I mock a property to it can be “call” more than once?...
Read MoreIn Rhino Mocks, how to stub a method using a null argument?...
Read MoreMock an instance inside a class in C#...
Read MoreWhy is a method called from the Expect() statement?...
Read MoreHow to mock a method including a using Block?...
Read MoreAssertWasCalled on dynamic in Rhino Mocks...
Read MoreHow to use the real parameters when creating a stub method in RhinoMocks?...
Read MoreRhino Mock Entity Framework using UnitofWork Pattern not working...
Read MoreInvalidCastException when passing a mocked dependency into a function...
Read MoreHow to mock ReadOnlyCollection<T> in Rhino Mocks?...
Read MoreHow do i mock IEnumerable.First<T>() method using Rhino mocks?...
Read MoreRhino Mocks - Use Expect.Call for a method with two signatures...
Read MoreGet exception when stubbing a property...
Read MoreBusiness functionality - RhinoMocks IEnumerable static method mocking...
Read MoreHow to stub and test protected members in a service?...
Read MoreRhinoMocks - Raising event on mocked interface fails...
Read MoreHow to mock a protected computed read-only property using Rhino Mocks?...
Read MoreUse of rhino mocks to return specific results based on a provided Expression...
Read MoreStrategy pattern with Factory class Unit testing...
Read Morehow to stub out an IEntityRepository...
Read More