Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

Rhino Mocks calls real method in Arrange

c# rhino-mocks

Unit Testing custom ConfigurationElement & ConfigurationElementCollection

Rhino Mocks: "Verify" vs. "Assert"

unit-testing rhino-mocks

Rhino Mock List constraint

Rhino Mocks: How to tell if object is mocked or real?

c# rhino-mocks

How can I test an event of a MVC controller

Using callback triggers with RhinoMocks

Rhino Mocks Partial Mock

How to use the real parameters when creating a stub method in RhinoMocks?

c# rhino-mocks stubbing

Mock File IO static class in c#

What is the purpose of unit testing an interface repository

Rhino Mocks Assert Property Setter was called with correct object type

rhino-mocks

Whether RhinoMocks died?

AssertWasCalled in rhino mocks

c# unit-testing rhino-mocks

Test the function "System.Web.Mvc.ViewEngines.Engines.FindPartialView"

How to unit test service that is using PetaPoco.Database

How to avoid duplicate code when using mocks in unittests

Rhino Mocks problems with private setter in stub

Rhino Mocks - Set a property if a method is called

c# unit-testing rhino-mocks

Unit testing void method that creates a new object