Search code examples
Why is real code being called in this test using RhinoMocks?...

c#.netunit-testingmockingrhino-mocks

Read More
Why does my partial mock have all virtual methods mocked, even if no expectations are set?...

c#.netmockingrhino-mockspartial-mocks

Read More
Missing the Stub (extension) method of result of MockRepository.GenerateStub<T>()...

rhino-mocks

Read More
How to stub a method that passes an enumeration by reference in .net?...

c#vb.netrhino-mocks

Read More
How to use the AAA syntax to do an AssertWasCalled but ignore arguments...

rhino-mocksarrange-act-assert

Read More
Rhino Mocks ignore private method...

c#rhino-mocks

Read More
How do we make lambda function execute in method that is part of a Rhino Mock object?...

c#rhino-mocks

Read More
How to mock instance methods called by the tested method so you test only one thing?...

c#unit-testingmockingrhino-mocks

Read More
In Rhino Mock, how do I mock a property to it can be “call” more than once?...

.netmockingrhino-mocks

Read More
In Rhino Mocks, how to stub a method using a null argument?...

c#rhino-mocks

Read More
Mock an instance inside a class in C#...

c#rhino-mocks

Read More
Why is a method called from the Expect() statement?...

c#rhino-mocks

Read More
How Rhino-Mocks mocks?...

c#mockingrhino-mocks

Read More
How to mock a method including a using Block?...

c#.netunit-testingdependency-injectionrhino-mocks

Read More
AssertWasCalled on dynamic in Rhino Mocks...

unit-testingrhino-mocks

Read More
How to use the real parameters when creating a stub method in RhinoMocks?...

c#rhino-mocksstubbing

Read More
Rhino Mock Entity Framework using UnitofWork Pattern not working...

c#entity-frameworknunitrhino-mocks

Read More
InvalidCastException when passing a mocked dependency into a function...

vb.netnunitrhino-mocks.net

Read More
How to mock ReadOnlyCollection<T> in Rhino Mocks?...

c#unit-testingrhino-mocks

Read More
How do i mock IEnumerable.First<T>() method using Rhino mocks?...

c#rhino-mocks

Read More
Rhino Mocks - Stub a Singleton...

c#unit-testingmockingrhino-mocksrhino-mocks-3.5

Read More
Rhino Mocks - Use Expect.Call for a method with two signatures...

c#mockingnunitrhino-mocks

Read More
Get exception when stubbing a property...

testingrhino-mocks

Read More
Business functionality - RhinoMocks IEnumerable static method mocking...

c#ienumerablerhino-mocksstatic-methods

Read More
How to stub and test protected members in a service?...

c#.netunit-testingservicerhino-mocks

Read More
RhinoMocks - Raising event on mocked interface fails...

c#unit-testingeventsevent-handlingrhino-mocks

Read More
How to mock a protected computed read-only property using Rhino Mocks?...

c#reflectionrhino-mocks

Read More
Use of rhino mocks to return specific results based on a provided Expression...

c#unit-testingrhino-mocks

Read More
Strategy pattern with Factory class Unit testing...

c#unit-testingrhino-mocksfactory-patternstrategy-pattern

Read More
how to stub out an IEntityRepository...

c#unit-testingrhino-mocks

Read More
BackNext