Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

How to unit test event subscription

Rhino Mocks, Dependency Injection, and Separation of Concerns

Checking the expected valued passed to a delegate using Rhino.Mocks

Rhino Mocks 'Expect' with FakeItEasy

Unit Testing Stubbed Method

c# unit-testing rhino-mocks

Mock method in Parallel.ForEach always returns null

What is Mocks Record and Playback?

mocking rhino-mocks

Rhino Mocks constraints and Dictionary parameters

Rhino Mocks: Verify all mocks in AAA syntax

How to setup return value for a readonly property using RhinoMocks in VB.NET?

vb.net rhino-mocks

Mock abstract class default behaviour with Rhino

When using a mocking framework and MSPEC where do you set your stubs

Using Rhino Mocks how can I set a property of a parameter for a Mocked method

RhinoMocks - Raising event on mocked interface fails

How to test a void method returns if condition satisfied

c# unit-testing rhino-mocks

Mocking a private field

How to avoid setup code duplication with record-replay mode of Rhino Mocks?

Set a property of an object in a Expect.Call

rhino-mocks