Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

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

How do I mock IQueryable<T>

Is there an in-memory provider for Entity Framework?

Rhino Mocks receive argument, modify it and return?

c# .net rhino-mocks

What are the capabilities of Moq and Rhino.mocks?

How to Mock a Task<> Result?

Mocking Static methods using Rhino.Mocks

c# tdd mocking rhino-mocks