Mocking GetEnumerator() method of an IEnumerable<T> types...
Read MoreRhino Mocks: ExpectationViolationException although calls are in expected order...
Read MoreMVC3 & Rhino Mocks starter example...
Read MoreC# - Unit Testing/Mocking - Legacy Code...
Read Moremock datareader failing on second call...
Read MoreAbility to pass array to mocked method call...
Read MoreWhat is the simplest unit test to implement for asserting a particular method is called?...
Read MoreRhinoMock says: "Type doesn't match the return type"...
Read MoreUsing Rhino mocks with Unity application block...
Read MoreDifference in Behavior between Rhino and FakeItEasy...
Read MoreHow to mock a Model in MVC3 when using Rhino Mocks...
Read MoreStubbing a property twice with rhino mocks...
Read MoreMoq + Castle Dynamic Proxy - exception mocking nested generic interfaces...
Read MoreRhino Mocks: Stubbing an IEnumerator<T>...
Read MoreStubbing a Property get using Rhino Mocks...
Read MoreHow do you mock UnitOfWork from Rhino.Commons?...
Read MoreRhinoMocks expecting call with the exact value...
Read MoreRhino mocks assert that any call matches expected arguments...
Read MoreHow do I test a virtual property on an abstract class with Rhino Mocks and MSpec?...
Read MoreRhino mock an abstract class w/o mocking its virtual method?...
Read MoreUsing Rhino Mocks how to check the value of a Struct Field in the parameter passed to a mock object?...
Read MoreMocking TransactionTemplate from Spring.Net with Rhino mocks...
Read MoreCounting method calls in Rhino Mocks...
Read MoreHow To Mock/Stub a Nhibernate QueryOver Call?...
Read MoreHow to test if a fluent service method is called...
Read MoreCannot make Rhino Mocks return the correct type...
Read More