Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

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

Using RhinoMocks, how do you mock or stub a concrete class without an empty constructor?

c# constructor tdd rhino-mocks

Asserting that a method is called exactly one time

Stubbing or Mocking ASP.NET Web API HttpClient

Rhino Mocks - Stub .Expect vs .AssertWasCalled

rhino-mocks

Using Rhino Mocks to mock an out parameter, which is created within the method I am testing

rhino-mocks

How to Construct IdentityResult With Success == true

Rhino Mocks - Difference between GenerateStub<T> & GenerateMock<T> [closed]

unit-testing rhino-mocks

RhinoMocks - Not specifying all parameters in AssertWasCalled

c# unit-testing rhino-mocks

RhinoMocks - Stub a Method That Returns a Parameter