Search code examples
Session Mocking-Rhino Mocks...

rhino-mocks

Read More
Rhino Mocks: How do I return numbers from a sequence...

c#.netrhino-mocks

Read More
How to mock inherited methods...

c#model-view-controllerunit-testingrhino-mocks

Read More
How can I write an automated test for exception handling...

c#unit-testingnunitautomated-testsrhino-mocks

Read More
Rhino.Mocks: can AssertWasCalled use a custom IEqualityComparer when comparing the method arguments?...

rhino-mocks

Read More
Using Rhino Mocks to mock private objects call...

c#.netunit-testingintegration-testingrhino-mocks

Read More
RhinoMocks: Clear or reset AssertWasCalled()...

unit-testingmockingrhino-mocks

Read More
fake DataRepository - emulating the database...

c#testingmockingrepositoryrhino-mocks

Read More
Stub a property which is in the concrete class but not on the interface for unit testing...

c#unit-testingmockingmefrhino-mocks

Read More
Rhino mocks .Repeat.Any() not working for me...

c#rhino-mocks

Read More
Do I need to explicitly set expected return values on Mock object only?...

c#.netunit-testingrhino-mocks

Read More
How can I check a method is called with a specific parameter on a mock object?...

c#.netunit-testingmockingrhino-mocks

Read More
How can I set the returned value of this Stub object?...

c#.netunit-testingrhino-mocksarrange-act-assert

Read More
Rhino mock calling the function that is mocked...

rhino-mocks

Read More
Problems when mocking HttpResponeBase and HttpRequestBase...

c#asp.net-mvc-3unit-testingrhino-mocks

Read More
How can I set a value of a property without setter on a stub?...

c#.netunit-testingrhino-mocksstub

Read More
How to test HtmlHelpers that call Partial?...

asp.net-mvc-3mockingrhino-mockshtml-helper

Read More
Mocking HttpContext to retrieve item form contexts item dictionary...

asp.net-mvc-3httprhino-mocks

Read More
Arg<object>.Is.Equal with anonymous objects...

c#unit-testingc#-4.0rhino-mocks

Read More
assert property of mocked object has been assigned correctly using Rhino.Mocks...

unit-testingnunitrhino-mocksmvplinq-to-nhibernate

Read More
Is it possible to train Rhinomocks for arbitrary input?...

c#unit-testingmockingrhino-mocks

Read More
What are the real-world pros and cons of each of the major mocking frameworks?...

c#.netmockingrhino-mocksmoq

Read More
RhinoMock vs. TypeMock vs. NUnit's Mocking?...

unit-testingnunitmockingrhino-mockstypemock

Read More
Rhino Mocks Error: Previous method 'IEnumerator.MoveNext();' requires a return value or an e...

.netunit-testingc#-4.0rhino-mocks

Read More
Rhino Mock List constraint...

c#unit-testinglistrhino-mocks

Read More
Rhino Mocks: How to tell if object is mocked or real?...

c#rhino-mocks

Read More
Are lambdas constructors for delegate types?...

c#lambdaconstructorrhino-mocks

Read More
Stub return value for all inputs in Rhino Mocks...

.netrhino-mocks

Read More
Changing expectations on rhino mocks in a single method call...

c#.netrhino-mocks

Read More
How to save arguments of function call in Rhino Mocks? ...

c#mockingrhino-mocks

Read More
BackNext