Mocking IObjectSet<T> with Rhino Mocks...
Read MoreVerifying function calls with anonymous functions in parameters...
Read MoreRhino Mocks : How to change expectation on method, property or field without clear all expectation?...
Read MoreHow to pass a parameter in an expectation to the return value in Rhino Mocks?...
Read MoreHow do I mock 'out' parameters with Machine.Fakes independently of the mock framework?...
Read MoreRhino Mocks, or StructureMap AutoMocks how to stub functions in same/Inherit class?...
Read MoreHow to unit test a WebBrowser attached property?...
Read MoreRhino Mocks - Private Properties On Ctor Test...
Read MoreWeird error using Rhino Mocks "type doesn't match the return value"...
Read MoreHow do you express expectations about a collection being passed as a parameter?...
Read MoreRhino Mocks calls real method in Arrange...
Read MoreMock NHibernate IQueryOverOrderBuilder object...
Read MoreHow to Mock a class which has private Constructor using Rhino Mocks...
Read MoreHow do I return a different value from a stub based on a lambda argument...
Read MoreHow to test a service function has required steps to run?...
Read MoreHow to test a event has been registered in AssertWasCalled(AAA) way?...
Read MoreIs it possible to create a stub for a creation of a concrete class?...
Read MoreRaising events from a mock/stub using Rhino Mocks...
Read MoreHow to mock a command service to call private methods called by it?...
Read MoreHow to mock data access in private methods...
Read MoreIs it possible to throw a MessageQueueException?...
Read MoreMocking and HttpContextBase.get_User()...
Read MoreRemove coupling and then mock for unit test...
Read MoreStub setter in Rhino Mock partial mock...
Read MoreHas anyone unit tested a HttpModule in ASP.NET using rhino Mocks framework?...
Read MoreHow to raise event on a mocked object in VB.NET with Rhino Mocks...
Read MoreRhino Mock Stubbing method with ExpandoObject as parameter...
Read MoreMocking Reference Parameter with RhinoMocks...
Read More