Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

Rhino Mocks. How to add expectation that event handler was subscribed

RhinoMock - Use a real object, but stub a single method

Rhino Mocks & Compact Framework

How do I stub a Func<T,TResult> in Rhino Mocks?

c# rhino-mocks

Cannot mock class with constructor having array parameter using Rhino Mocks

c# mocking rhino-mocks

Reusing a verified Mock

c# rhino-mocks

Rhino - Mocking classes and not overriding virtual methods

How to mock HttpContext.Current.GetOwinContext() with Nunit and RhinoMocks?

Stub property setter with Rhino.Mocks to execute an action when called?

Can't get RhinoMocks to emit a mock that follows the generic type restriction rules

c# rhino-mocks

Rhino Mock Expect

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

Cannot create a Mock class for an internal type using Rhino Mocks