Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

How to mock WCF Web Services with Rhino Mocks

Mocking SQL output parameter

Arg<object>.Is.Equal with anonymous objects

rhino-mocks - good sample apps

Can Rhino Mock deeper/nested members directly?

unit-testing 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