Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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]

RhinoMock vs. TypeMock vs. NUnit's Mocking?

Stubbing a read only property with Rhino Mocks

c# .net rhino-mocks

How to set the Expect call to check that a method is not called in Rhino Mocks

c# unit-testing rhino-mocks

Rhino mock vs Typemock vs JustMock vs [closed]

Raising events from a mock/stub using Rhino Mocks