Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Can we unit test global.asax in asp.net?

What would this Moq code look like in RhinoMocks

How to write a Mockist test of a recursive method

Simulating CancellationToken.IsCancellationRequested when unit testing

What is ReplayAll() and VerifyAll() in RhinoMocks

c# rhino-mocks