Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

Mocking without injection

Rhino Mocks IgnoreArguments() and testing if a lambda was called correctly

c# unit-testing rhino-mocks

Rhino Mocks: How to verify a method was called exactly once using vb.net and AAA syntax

Stub the behavior of a readOnly property

c# rhino-mocks stub

How to test a writeonly property

rhino-mocks

How to check an action's call to View() has not thrown an exception?

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

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

Multiple calls to a Rhino mocked method return different results

rhino-mocks

How can I replace an already declared stub call with a different stub call?

c# rhino-mocks