Can I make Rhino Mocks GenerateStub or GenerateMock return a new type every time?...
Read MoreRhino Mocks: Mocked method returns null...
Read MoreHow do I unit test and mock a static extension method with Rhino Mocks?...
Read MoreRhino Mocks: How to verify a method was called exactly once using vb.net and AAA syntax...
Read MoreWhich style exists for mocking with Rhino?...
Read MoreWhy does Rhino Mocks throws an Exception when using it with threads?...
Read MoreSyntax Comparison between Moq and Rhino mocks...
Read MoreUnit Testing Virtual Methods in a Linq...
Read MoreWhat is method interception with regards to mocking?...
Read MoreWhy isn't the Rhino Mock expectation met?...
Read MoreCan't figure out why this Rhino Mock is failing? Error: Expected True, But Was: False...
Read MoreHow do you assert a generic method was called with Rhino Mocks?...
Read MoreWhy does the following test fail using Mbunit and Rhino mocks?...
Read MoreHow do I check if the Create method was called using Expect instead of AssertWasNotCalled in Rhino M...
Read MoreWhy is mocking preferred with Interfaces?...
Read MoreUnit testing/How to assert a non-mocked method was called/C#/Rhino Mocks/NUnit...
Read MoreRhinomocks, has anybody used and good resource for it...
Read MoreHow can I setup default actions for a rhino mocked interface in a setup method, which can be overrid...
Read MoreRhino Mocks stubbing an event with ref parameter...
Read MoreRhinoMocks - Pass Action<T> as parameter...
Read MoreFormulating both general and specific stub-methods?...
Read MoreRhinoMocks - mock a concrete type - run constructor...
Read MoreUnit testing a method with no observable state change...
Read MoreRhino.Mocks how to test abstract class method calls...
Read More