Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

RhinoMocks: Clear or reset AssertWasCalled()

Unit Testing error "Object reference not set to an instance of an object."

Equivalent of LastCall.IgnoreArguments in EasyMock

unit test smell

Moq equivalent to Rhino Mock's GetArgumentsForCallsMadeOn

moq rhino-mocks

Rhino Mocks exhibits different behaviour in debug mode

c# rhino-mocks

How do I mock the method GetValues() in System.Data.IDataReader?

Rhino Mocks - Proper usage of Arg<T>.Ref

c# unit-testing rhino-mocks

Rhino Mocks - Do we really need stubs? [closed]

How would I go about unit testing this?

Rhino Mocks, VerifyAllExpectations

Mocking COM Interfaces using Rhino Mocks

c# .net com rhino-mocks

Why use a Mocking Framework?

c# .net mocking moq 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