Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

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

Stub one method of class and let other real methods use this stubbed one

c# mocking rhino-mocks stub

How to use the AAA syntax to do an AssertWasCalled but ignore arguments

How to mock a method call that takes a dynamic object

c# mocking moq rhino-mocks

What does Rhino Mocks mean by "requires a return value or an exception to throw"?

c# wcf rhino-mocks

How to Mock Indexed Property with Rhino Mocks?

c# .net rhino-mocks

What is Rhino Mocks Repeat?

c# unit-testing rhino-mocks

What is wrong with Stubs for unit testing?

Rhino Mocks: Repeat.Once() not working?

rhino-mocks

Rhino Mocks - How to assert a mocked method was called n-times?

How to Mock a Static Singleton?

c# unit-testing rhino-mocks

Mocking a Using with a FileStream

c# rhino-mocks