Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

How can I stub the Properties.Settings object when the unit test is in a different assembly?

Syntax Comparison between Moq and Rhino mocks

Rhino mock an abstract class w/o mocking its virtual method?

Mocking sealed classes without public constructors?

c# unit-testing rhino-mocks

TDD a controller with ASP.NET MVC 2, NUnit and 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