Search code examples
How can I set a method of a Stub object to return 5 on the first call, and then 7 on the second call...

c#.netunit-testingrhino-mocksstub

Read More
Rhino Mocks testing file system io...

c#.netnunitrhino-mocks

Read More
VS2010 compiler error "is not assignable to parameter type T" not a constraint issue I bel...

c#.netgenericsrhino-mocks

Read More
rhinomocks setting expectation, unit test always passes...

c#unit-testingrhino-mocks

Read More
RhinoMocks: AssertWasCalled doesn't work on Stub...

c#unit-testingrhino-mocksassertrhino-mocks-3.5

Read More
How to remove parameter constraint definitons to a variable so that Asserts become less crowded in R...

c#unit-testingtddrhino-mocks

Read More
Unit test dependencies for an ASP.NET MVC 3 ViewResult subclass...

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

Read More
Can I set a user friendly message to be shown when AssertWasCalled fails, in Rhino Mocks?...

c#.netunit-testingtddrhino-mocks

Read More
If I am able to call AssertWasCalled method on a Stub, what is the difference between mock and stub?...

c#.netunit-testingtddrhino-mocks

Read More
Ordering method return values with Rhino-Mock stubs...

c#unit-testingrhino-mocks

Read More
Set up a result for a composite part of a mock...

authenticationrhino-mocksidentityhttpcontext

Read More
Which version of Rhino Mocks gets the most benefit from C#3.0 or later versions of C#?...

c#.netunit-testingextension-methodsrhino-mocks

Read More
Rhino stub not matching expectation...

unit-testingrhino-mocksstub

Read More
Rhino Mocks Returning a stub?...

rhino-mocks

Read More
Source code for Rhino.Mocks-3.6...

mockingrhino-mocks

Read More
How do I mock an array in Rhino mocks...

c#rhino-mocks

Read More
What is the proper way to use the Ninject RhinoMocksMockingKernel to test a class that has two const...

c#unit-testingninjectrhino-mocks

Read More
How to unit test code involving SynchronizationContext?...

c#unit-testingnunitrhino-mocks

Read More
Rhino mocks unit test method args...

wpfunit-testingmvvmrhino-mocks

Read More
How to mock fluent interface with Rhino mock...

c#.netmockingrhino-mocksrhino

Read More
assistance with writing a unit test for a method with rhino mocks...

c#unit-testingtestingtddrhino-mocks

Read More
Rhino mocks stub vs expect, always choosing first one why?...

c#unit-testingrhino-mocks

Read More
Disable selected automated tests at runtime...

c#automated-testsrhino-mocks

Read More
Unit Test passes with setter only property, failing by just adding getter to the property...

c#unit-testingnunitrhino-mocks

Read More
Mocking a method call generically...

mockingrhino-mocks

Read More
Rhino Mocks - Testing Repository layer returns "object reference not set to instance" erro...

c#linq-to-sqlrhino-mocks

Read More
rhino mocks: how to build a fake socket?...

c#socketsrhino-mocks

Read More
How to mock a certain code using Rhino.Mocks?...

.netmockingrhino-mocks

Read More
With Rhino Mocks should BackToRecord() also clear the count of the number of times a method was call...

c#rhino-mocks

Read More
Trying to Mock a data Service which returns a IDataReader...

c#unit-testingmockingrhino-mocks

Read More
BackNext