Search code examples
Testing a property set to an instance of a new object in Rhino Mocks 3.4.0...

c#rhino-mocks

Read More
Rhino Mocks Stub not calling .WhenCalled action...

c#unit-testingdelegatesnunitrhino-mocks

Read More
How to set a default return value in a Rhino Mocks stub...

c#unit-testingrhino-mocks

Read More
Mocking and Repository / Service layers in C#...

unit-testingnunitmoqrhino-mocks

Read More
RhinoMock - Multiple Expectations in one method - Best Practice...

c#rhino-mocks

Read More
How to avoid HttpContext.Server.MapPath for Unit Testing Purposes...

c#asp.netunit-testingasp.net-mvc-5rhino-mocks

Read More
Mocking ASPNET MVC DependencyResolver with Rhino mock...

c#asp.netasp.net-mvcunit-testingrhino-mocks

Read More
How can I replace an already declared stub call with a different stub call?...

c#rhino-mocks

Read More
What is Moq's equivalent of LastCall in RhinoMocks?...

c#unit-testingmoqrhino-mocks

Read More
Moq equivalent to Rhino Mock's GetArgumentsForCallsMadeOn...

moqrhino-mocks

Read More
What is wrong with Stubs for unit testing?...

unit-testingmockingrhino-mocksstubs

Read More
RhinoMocks/AssertWasCalled: verifying argument length?...

c#design-patternsargumentsrhino-mocks

Read More
Rhino Mocks Exception Expect #1 Actual #0 : Need assistance...

c#exceptionrhino-mocks

Read More
Rhino Mocks - Stub .Expect vs .AssertWasCalled...

rhino-mocks

Read More
How to register a rhino stub in MS unity?...

c#unit-testingunity-containerrhino-mocks

Read More
Rhino-mocks Unit Testing...

c#entity-frameworkunit-testingnunitrhino-mocks

Read More
How to mock a method call that takes a dynamic object...

c#mockingmoqrhino-mocks

Read More
How can I check if a particular property setter is called on a Mock object?...

c#.netunit-testingrhino-mocks

Read More
Mock Stub and Moq Setup act differently ? What is the equivalent of Stub in Moq?...

c#unit-testingmoqrhino-mocks

Read More
Is it possible to create a mock object that implements multiple interfaces with EasyMock?...

javaunit-testingmockingrhino-mockseasymock

Read More
Using Rhino Mocks, why does invoking a mocked on a property during test initialization return Expect...

rhino-mocksrhino

Read More
NUnit Test method with Rhino mocks does not work - C#...

c#asp.netasp.net-web-apinunitrhino-mocks

Read More
XUnit, RhinoMocks, or TestDriven.Net Issue...

unit-testingrhino-mocksxunittestdriven.netstructuremap-automocking

Read More
Use Rhino Mocking to unit test delete functionality...

c#unit-testingrhino-mocks

Read More
Rhino Mocks async unit testing...

c#unit-testingasynchronousasync-awaitrhino-mocks

Read More
Unit Test (Rhino) DBUp in Azure Durable HTTPStart Method...

c#unit-testingrhino-mocksazure-durable-functionsdbup

Read More
Can Rhino Mock deeper/nested members directly?...

unit-testingrhino-mocks

Read More
What is Rhino Mocks Repeat?...

c#unit-testingrhino-mocks

Read More
RhinoMocks Expect not working as 'expected'...

c#unit-testingrhino-mocks

Read More
Asserting that a method is called exactly one time...

tddmockingrhino-mocksassertions

Read More
BackNext