Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

Getting DRY with Rhino Mocks

How do I unit test an implementation detail like caching

c# tdd nunit rhino-mocks

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

Rhino mocks telling me Arg<T> inside AssertWasCalled needs more arguments?

c# mocking rhino-mocks

Mocking a method that takes a delegate in RhinoMocks

c# unit-testing rhino-mocks

Auto-mock container: Rhino Mocks and NInject

rhino-mocks ninject

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