Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Is it possible to create a mock object that implements multiple interfaces with EasyMock?

Rhino Mocks AssertWasCalled (multiple times) on property getter using AAA

What is the difference between Version and 'Runtime Version' in .Net?

How to clear previous expectations on an object?

.net rhino-mocks

Castle DynamicProxy - Failure when creating proxy involving a GTP used as a GTR