Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

RhinoMocks - when a method is called n times, how to test its parameters in the n - k call

c# unit-testing rhino-mocks

How can I pass a unit test immediately after an expected method is called on the mock object?

How can i use DefaultIfEmpty when mocking a database context?

can't stub class with NullableContextAttribute

c# rhino-mocks

Rhino Mocks: Can I use Stub() when one of my parameters is Expression<Func<T1, T2>>?

rhino-mocks

Testing Bus.Send in an application using NServiceBus

How to mock protected virtual members with Rhino.Mocks?

mocking rhino-mocks moq

How-To Mock WCF Services?

Rhino Mocks: Mocking HttpRequestBase.Files

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