Search code examples
Mocking IObjectSet<T> with Rhino Mocks...

c#entity-framework-4rhino-mocks

Read More
Verifying function calls with anonymous functions in parameters...

c#rhino-mocksanonymous-function

Read More
Rhino Mocks : How to change expectation on method, property or field without clear all expectation?...

c#.netrhino-mocksexpectations

Read More
How to pass a parameter in an expectation to the return value in Rhino Mocks?...

c#rhino-mocks

Read More
How do I mock 'out' parameters with Machine.Fakes independently of the mock framework?...

c#unit-testingmockingrhino-mocksmachine.fakes

Read More
Rhino Mocks, or StructureMap AutoMocks how to stub functions in same/Inherit class?...

unit-testingstructuremaprhino-mocksautomocking

Read More
How to unit test a WebBrowser attached property?...

c#wpfunit-testingtddrhino-mocks

Read More
Rhino Mocks - Private Properties On Ctor Test...

rhino-mocksrhino

Read More
Weird error using Rhino Mocks "type doesn't match the return value"...

c#rhino-mocks

Read More
How do you express expectations about a collection being passed as a parameter?...

c#unit-testingrhino-mocks

Read More
Rhino Mocks calls real method in Arrange...

c#rhino-mocks

Read More
Mock NHibernate IQueryOverOrderBuilder object...

c#nhibernaterhino-mocksqueryover

Read More
How to Mock a class which has private Constructor using Rhino Mocks...

c#rhino-mocksrhino-mocks-3.5

Read More
How do I return a different value from a stub based on a lambda argument...

c#.netrhino-mocks

Read More
How to test a service function has required steps to run?...

c#unit-testingrhino-mocks

Read More
How to test a event has been registered in AssertWasCalled(AAA) way?...

c#unit-testingrhino-mocks

Read More
Is it possible to create a stub for a creation of a concrete class?...

c#unit-testingrhino-mocks

Read More
Raising events from a mock/stub using Rhino Mocks...

c#unit-testingeventsrhino-mocks

Read More
Mocking lambda in rhino mocks...

c#mockinglambdarhino-mocks

Read More
How to mock a command service to call private methods called by it?...

c#unit-testingrhino-mocks

Read More
Mocking WebSecurity provider...

asp.net-mvc-4nunitrhino-mocks

Read More
How to mock data access in private methods...

c#.netunit-testingmockingrhino-mocks

Read More
Is it possible to throw a MessageQueueException?...

c#.netexceptiontddrhino-mocks

Read More
Mocking and HttpContextBase.get_User()...

c#asp.net-mvcrhino-mocks

Read More
Remove coupling and then mock for unit test...

c#nunitrhino-mockscouplingcohesion

Read More
Stub setter in Rhino Mock partial mock...

unit-testingrhino-mocksstubpartial-mocks

Read More
Has anyone unit tested a HttpModule in ASP.NET using rhino Mocks framework?...

unit-testingrhino-mockshttpmodule

Read More
How to raise event on a mocked object in VB.NET with Rhino Mocks...

vb.neteventsmockingrhino-mocks

Read More
Rhino Mock Stubbing method with ExpandoObject as parameter...

c#unit-testingrhino-mocksstubexpandoobject

Read More
Mocking Reference Parameter with RhinoMocks...

c#unit-testingpass-by-referencerhino-mocks

Read More
BackNext