Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?)

Mocking GetEnumerator() method of an IEnumerable<T> types

c# mocking rhino-mocks

Return different instances for each call using rhino mocks

Mocking HttpSessionState in ASP.net for nunit testing

asp.net nunit rhino-mocks

Rhino Mock Stub Async Method

Out parameters with RhinoMocks

rhino-mocks

What are the real-world pros and cons of each of the major mocking frameworks? [closed]

c# .net mocking rhino-mocks moq