Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

How to throw exception in new rhino mocks 3.5

What is the best style/syntax to use with Rhino Mocks?

How do I test a method was called within a class under test?

With Rhino Mocks how to stub a method that makes use of the params keyword?

Ordering method return values with Rhino-Mock stubs

c# unit-testing rhino-mocks

Counting method calls in Rhino Mocks

c# rhino-mocks

Multithreaded code makes Rhino Mocks cause a Deadlock

Are lambdas constructors for delegate types?

How to mock extension methods with Rhino Mock?

c# rhino-mocks mstest