Search code examples
How to create a Rhino Mock that has different behavior each time a method is called...

c#rhino-mocks

Read More
Why is RhinoMocks throwing an InvalidOperationException at my test?...

c#.netunit-testingtddrhino-mocks

Read More
Rhino Mock Expect() method triggers call on expected function...

c#unit-testingrhino-mocks

Read More
Handling parameterized calls in Rhino Mocks...

c#mockingrhino-mocks

Read More
async task testing...

c#.netasync-awaitrhino-mocks

Read More
How do I assert that a method is called only once?...

c#mockingrhino-mocksmspecfakeiteasy

Read More
Mocking with Generic Repository / UnitOfWork...

c#entity-frameworkunit-testingnunitrhino-mocks

Read More
Unit testing a Response RedirectToRoute that returns an anonymous type...

c#unit-testingtddrhino-mocksanonymous-types

Read More
Stubbing Method with Base Class Type Parameter in Rhino Mocks...

c#rhino-mocks

Read More
How to stub a method with out parameter using custom delegate?...

c#delegatesrhino-mocksstubbing

Read More
Stubbing a static extension method seems to work in Rhino Mocks unless I cast the return variable. W...

c#rhino-mocks

Read More
How do I assert that a property was set on a StrictMultiMock using RhinoMocks...

c#unit-testingmockingtddrhino-mocks

Read More
Using RhinoMocks stub to return a value then an exception...

c#unit-testingrhino-mocks

Read More
Rhino-Mocking ExpectationViolationException...

c#unit-testingmockingrhino-mocks

Read More
HowTo: Raise a event where event handler has a ref bool parameter...

rhino-mocks

Read More
How to change behaviour of stubs?...

c#unit-testingrhino-mocks

Read More
Stub one method of class and let other real methods use this stubbed one...

c#mockingrhino-mocksstub

Read More
Mocking static methods in c# using Rhino Mock...

c#.netrhino-mocks

Read More
Reset Rhino Mocks AssertWasNotCalled...

c#rhino-mocks

Read More
Rhino Mocks, assert that a MockRepository was not used (methods)?...

c#unit-testingrhino-mocks

Read More
How do I mock a method call inside the method I want to test using NUnit?...

c#unit-testingmockingnunitrhino-mocks

Read More
Rhino .OutRef incompatible with .Throw?...

c#rhino-mocks

Read More
Rhino Mocks Testing Lambda Expression...

c#unit-testinglambdarhino-mocks

Read More
Mocking Static methods using Rhino.Mocks...

c#tddmockingrhino-mocks

Read More
Reusing a verified Mock...

c#rhino-mocks

Read More
RhinoMocks: override a stubbed property...

.netrhino-mocks

Read More
Unit Testing For Dependey Attributes in Unity...

c#unit-testingunity-containerrhino-mocks

Read More
How do I AssertWasCalled a generic method with three different types using RhinoMocks?...

c#rhino-mocksinvalidoperationexceptionmspecgeneric-method

Read More
Setting Expectation On Method That Returns Plain Task...

c#.netunit-testingasync-awaitrhino-mocks

Read More
Error when mocking HttpContextBase...

c#vb.netrhino-mocks

Read More
BackNext