Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

Mocking method results

c# mocking rhino-mocks

How can I verify that a Microsoft Fakes (beta) stub/shim was called (like AssertWasCalled in Rhino Mocks)?

Rhino Mocks Error: Previous method 'IEnumerator.MoveNext();' requires a return value or an exception to throw

Rhino Mocks overwriting stubs possible?

unit-testing rhino-mocks

Mocking HttpContext doesn't work

When does a mock object enter the replay state?

c#-3.0 rhino-mocks

What is the AAA syntax equivalent to using Ordered() in Rhino Mocks

c# unit-testing rhino-mocks

Has anyone successfully mocked the Socket class in .NET?

Best way to mock WCF Client proxy

Can I test method call order with AAA syntax in Rhino-Mocks 3.6?

Render a View during a Unit Test - ControllerContext.DisplayMode

Mocking a DataReader and getting a Rhino.Mocks.Exceptions.ExpectationViolationException: IDisposable.Dispose(); Expected #0, Actual #1

c# rhino-mocks

RhinoMocks - Fetching parameters of called functions

Rhino Mocks AAA Quick Start?

Can you explain difference between StrictMock and Partialmock?

partial argument match in rhino mocks

Rhino Mocks: How to stub a generic method to catch an anonymous type?

Rhino Mocks - AssertWasCalled: How to improve unclear diagnostic message when incorrect arguments

c# unit-testing rhino-mocks

RhinoMocks: Correct way to mock property getter

tdd rhino-mocks

Unittesting Url.Action (using Rhino Mocks?)