How can I confirm Open() was called on my ServiceHost in my Unit Test...
Read MoreRhino Mocks, VerifyAllExpectations...
Read MoreUsing Reflection to create a Mock of an interface that is unknown during buildtime...
Read MoreHow do you make methods relying on extension methods testable?...
Read MoreRhinoMocks: How to run custom delegate with parameter supplied to method?...
Read MoreVerify object calls itself in Rhino Mocks...
Read MoreJMock - only subset of methods in Expectations block...
Read Morerhino mocks usage of AssertWasNotCalled...
Read MoreHow do I mock IQueryable<T>...
Read MoreHow To Write Unit Test For Method Returning JsonResult With RenderPartialViewToString?...
Read MoreWhat is the AAA syntax equivalent to using Ordered() in Rhino Mocks...
Read MoreHow can i use DefaultIfEmpty when mocking a database context?...
Read MoreWhy get "Expected #0, Actual #1" when using StringDictionary in RhinoMocks 3.6...
Read MoreRhino Mocks AssertWasCalled (multiple times) on property getter using AAA...
Read MoreHow to mock a method that taks a predicate with Rhino Mocks...
Read MoreHow to test a controller which updates what was posted to it...
Read MoreTesting private methods using RhinoMocks...
Read MoreResharper challenge: Using .Mock().Return() instead of setters and vice versa...
Read MoreRhino Mock and Method Not Returning Correct Value...
Read MoreCan I use Moq with MvcContrib.TestHelper?...
Read Morecan I use dynamic to redirect HttpContext.Current.Request?...
Read MoreMocking File calls with Rhino Mock...
Read MoreRhino Mock using an expect on 'new' method call...
Read MoreExpectPublish fails when Publish(params T[] messages) contains more than one message...
Read MoreHow to test a void method returns if condition satisfied...
Read MoreRhinoMocks - Getting the value passed into an Indexer (this[])...
Read More