Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

How can I enforce a void method to return Void from a Stub object?

RhinoMock : How to Stub and Return a method with complex object as parameter

mocking rhino-mocks stub

How do you stub IQueryable<T>.Where(Func<T, bool>) with Rhino Mocks?

Mock an object with a constructor - Rhino Mocks

c# rhino-mocks

TDD with filesystem dependencies

c# tdd nunit rhino-mocks

Returning empty lists as default with Rhino Mocks

Simplest way to mock properties of PostSharp attribute

How to use Rhino Mocks to Mock an HttpContext.Application

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