Search code examples
How to ask RhinoMock to correctly expect a Lambda expression...

.netlambdarhino-mocks

Read More
Rhino - Mocking classes and not overriding virtual methods...

c#rhino-mocksrhino-mocks-3.5

Read More
Seting up configuration for Spring.Net and Rhino Mocks for static GenerateMock<>...

c#rhino-mocksspring.net

Read More
AssertWasCalled and Stub with method that has ref parameter...

c#unit-testingrhino-mocksrhino-mocks-3.5

Read More
TDD a controller with ASP.NET MVC 2, NUnit and Rhino Mocks...

asp.net-mvc-2tddnunitrhino-mocks

Read More
Verify expectations on a mock?...

c#rhino-mocks

Read More
mspec & rhino mocks expected exception testing...

unit-testingtddrhino-mocksmspec

Read More
RhinoMocks Expectation Return Anything...

c#.netrhino-mocks

Read More
Wildcard argument in a method mock, to match anything?...

rhino-mocks

Read More
DynamicMock and Expected #1, Actual #0...

c#asp.net-mvc-3rhino-mocks

Read More
Can I have real Mock using Rhino Mocks 3.6 without defining fake values?...

c#mockingrhino-mocks

Read More
How to use Rhino.Mocks to evaluate class Properties (getters and setters)...

c#-4.0rhino-mocksgetter-setter

Read More
How do you raise an event from a Strict Mock in Rhino Mocks?...

c#nunitrhino-mocks

Read More
How can I call a callback in a Rhino Mock'd object?...

c#rhino-mocks

Read More
Mocking InvokeOperation for Unit Testing using Rhino Mocks...

c#silverlightunit-testingrhino-mocks

Read More
Rhino mocks: Issue with IEnumerator.MoveNext() when stubbing an IEnumerable<T> interface...

c#.netunit-testingnunitrhino-mocks

Read More
Can someone please clarify my understanding of a mock's Verify concept?...

.netasp.netmockingmoqrhino-mocks

Read More
How to assert if a method was called within another method in RhinoMocks?...

rhino-mocksassert

Read More
How can I modify the result of a method call on a mocked object before it is returned?...

rhino-mocksmspec

Read More
Rhino Mocks: "Verify" vs. "Assert"...

unit-testingrhino-mocks

Read More
Recursive mocking with Rhino-Mocks...

interfacerecursionpropertiesrhino-mocks

Read More
Getting DRY with Rhino Mocks...

c#unit-testingnunitrhino-mocksdry

Read More
Rhino Mocks: Minimal times to call seems not to work...

unit-testingtddmockingrhino-mocks

Read More
RhinoMocks generic creation of mocks...

mockingrhino-mocksgenericsstub

Read More
Rhino Mocks: Re-assign a new result for a method on a stub...

.netrhino-mocks

Read More
Rhino Mocks - Mock a method call to Service inside a property...

unit-testingrhino-mocks

Read More
Why do I get an ExpectationViolationException when using a Stub?...

c#rhino-mocks

Read More
How can I use Rhino mocks to mock just one value in a test object?...

c#.netunit-testingrhino-mocks

Read More
Unit Testing Multiple Levels Of Exceptions -- Where To Stop?...

c#unit-testingnunitmockingrhino-mocks

Read More
C# Rhino.Mocks - How do I write test code without repeating myself?...

c#unit-testingrhino-mocks

Read More
BackNext