Mocking a simple class with Microsoft Moles...
Read MoreUnit Testing with RhinoMock: Call method from CuT in expected call statement...
Read MoreException thrown when stubbing mocked `ISession` object...
Read MoreRhinoMocks - Unable to cast type foo to type bar when using non static Repository...
Read MoreRhino mocks exception with CompositionContainer...
Read MoreHow do I capture the value of a Stream property using Rhino Mocks?...
Read MoreRhinoMocks - Raising event on mocked abstract class fails...
Read MoreHow to unit test service that is using PetaPoco.Database...
Read MoreHow to create stub, that throws exception on all calls in Rhino mocks?...
Read MoreAuto-mock container: Rhino Mocks and NInject...
Read MoreRhinomock non-primitive object in expectations...
Read MoreMocks with Visual Studio 2010 Ultimate...
Read MoreBeginners Test the return of a metod...
Read MoreReturn different instances for each call using rhino mocks...
Read MoreUnit test for Ping / PingReply - Mocking?...
Read MoreUnit testing a Func<Delegate> with Rhino Mocks throwing InvalidCastException with second Expec...
Read MoreVery simple RhinoMocks test failing - Whats wrong here?...
Read MoreRhino Mocks for ASMX Web services...
Read MoreBest way to mock WCF Client proxy...
Read MoreRhino Mocks mock inherited interface...
Read MoreHow to unit test file permissions in NUnit?...
Read MoreHow do I tell my mock/stub of an abstract class to use its override of Object.Equals()?...
Read MoreWhy RhinoMocks obligates redefining ToString() explicitly in order to be able setting expectations o...
Read MoreHow do I test a method was called within a class under test?...
Read MoreCreate mock without constructor invocation...
Read MoreRhino Mocks: Fill array argument in stub without "ref" keyword...
Read MoreRhino mock unit testing (Parent class does not contain a constructor that takes 0 arguments)...
Read MoreRhino mock AAA ExpectationViolationException...
Read More