How can I set a method of a Stub object to return 5 on the first call, and then 7 on the second call...
Read MoreRhino Mocks testing file system io...
Read MoreVS2010 compiler error "is not assignable to parameter type T" not a constraint issue I bel...
Read Morerhinomocks setting expectation, unit test always passes...
Read MoreRhinoMocks: AssertWasCalled doesn't work on Stub...
Read MoreHow to remove parameter constraint definitons to a variable so that Asserts become less crowded in R...
Read MoreUnit test dependencies for an ASP.NET MVC 3 ViewResult subclass...
Read MoreCan I set a user friendly message to be shown when AssertWasCalled fails, in Rhino Mocks?...
Read MoreIf I am able to call AssertWasCalled method on a Stub, what is the difference between mock and stub?...
Read MoreOrdering method return values with Rhino-Mock stubs...
Read MoreSet up a result for a composite part of a mock...
Read MoreWhich version of Rhino Mocks gets the most benefit from C#3.0 or later versions of C#?...
Read MoreRhino stub not matching expectation...
Read MoreHow do I mock an array in Rhino mocks...
Read MoreWhat is the proper way to use the Ninject RhinoMocksMockingKernel to test a class that has two const...
Read MoreHow to unit test code involving SynchronizationContext?...
Read MoreRhino mocks unit test method args...
Read MoreHow to mock fluent interface with Rhino mock...
Read Moreassistance with writing a unit test for a method with rhino mocks...
Read MoreRhino mocks stub vs expect, always choosing first one why?...
Read MoreDisable selected automated tests at runtime...
Read MoreUnit Test passes with setter only property, failing by just adding getter to the property...
Read MoreMocking a method call generically...
Read MoreRhino Mocks - Testing Repository layer returns "object reference not set to instance" erro...
Read Morerhino mocks: how to build a fake socket?...
Read MoreHow to mock a certain code using Rhino.Mocks?...
Read MoreWith Rhino Mocks should BackToRecord() also clear the count of the number of times a method was call...
Read MoreTrying to Mock a data Service which returns a IDataReader...
Read More