Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

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

What is the difference between rhino-mocks stub and expect

How to create a stub with Moq

Mocking a method that returns a sealed class in RhinoMocks

How to change behaviour of stubs?

c# unit-testing rhino-mocks

How to use Rhino.Mocks AssertWasCalled() correctly?

c# nunit rhino-mocks assert

How do I combine two interfaces when creating mocks?

c# .net rhino-mocks

How can I use Rhino Mocks to inspect what values were passed to a method

Invalid call, the last call has been used or no call has been made

Is there any open source mocking framework resembling TypeMock? [closed]