Rhino Mocks: How do I return numbers from a sequence...
Read MoreHow can I write an automated test for exception handling...
Read MoreRhino.Mocks: can AssertWasCalled use a custom IEqualityComparer when comparing the method arguments?...
Read MoreUsing Rhino Mocks to mock private objects call...
Read MoreRhinoMocks: Clear or reset AssertWasCalled()...
Read Morefake DataRepository - emulating the database...
Read MoreStub a property which is in the concrete class but not on the interface for unit testing...
Read MoreRhino mocks .Repeat.Any() not working for me...
Read MoreDo I need to explicitly set expected return values on Mock object only?...
Read MoreHow can I check a method is called with a specific parameter on a mock object?...
Read MoreHow can I set the returned value of this Stub object?...
Read MoreRhino mock calling the function that is mocked...
Read MoreProblems when mocking HttpResponeBase and HttpRequestBase...
Read MoreHow can I set a value of a property without setter on a stub?...
Read MoreHow to test HtmlHelpers that call Partial?...
Read MoreMocking HttpContext to retrieve item form contexts item dictionary...
Read MoreArg<object>.Is.Equal with anonymous objects...
Read Moreassert property of mocked object has been assigned correctly using Rhino.Mocks...
Read MoreIs it possible to train Rhinomocks for arbitrary input?...
Read MoreWhat are the real-world pros and cons of each of the major mocking frameworks?...
Read MoreRhinoMock vs. TypeMock vs. NUnit's Mocking?...
Read MoreRhino Mocks Error: Previous method 'IEnumerator.MoveNext();' requires a return value or an e...
Read MoreRhino Mocks: How to tell if object is mocked or real?...
Read MoreAre lambdas constructors for delegate types?...
Read MoreStub return value for all inputs in Rhino Mocks...
Read MoreChanging expectations on rhino mocks in a single method call...
Read MoreHow to save arguments of function call in Rhino Mocks? ...
Read More