Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

How To Mock/Stub a Nhibernate QueryOver Call?

What is the right way to mock void functions in RhinoMocks?

c# .net mocking rhino-mocks

Rhino Mocks, returning a different result each time stubbed method is executed

c# rhino-mocks

Rhinomocks, how to verify that a stub/mock was never called at all?

rhino-mocks

RhinoMocks expecting complex object as a parameter

Why do I need to Replay() when stubbing a function with Rhino Mocks?

c# .net rhino-mocks

Rhino Mocks calls real method in Arrange

c# rhino-mocks

Unit Testing custom ConfigurationElement & ConfigurationElementCollection

Rhino Mocks: "Verify" vs. "Assert"

unit-testing rhino-mocks

Rhino Mock List constraint

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

c# rhino-mocks

How can I test an event of a MVC controller

Using callback triggers with RhinoMocks

Rhino Mocks Partial Mock

How to use the real parameters when creating a stub method in RhinoMocks?

c# rhino-mocks stubbing

Mock File IO static class in c#

What is the purpose of unit testing an interface repository

Rhino Mocks Assert Property Setter was called with correct object type

rhino-mocks

Whether RhinoMocks died?

AssertWasCalled in rhino mocks

c# unit-testing rhino-mocks