Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

MSTest Out of memory exception

Is it possible to throw a MessageQueueException?

Rhino Mocks vs Moq for Silverlight

Making mocks trigger PropertyChanged when changed

Mocking tools for C# on .NET [closed]

How to unit test code involving SynchronizationContext?

Can I set up a mock to always return the object given in one of the arguments?

rhino-mocks

How to Stub a ReadOnly property of a concrete class

c# .net rhino-mocks

rhino mocks usage of AssertWasNotCalled

c# unit-testing rhino-mocks

Rhino.Mocks and ref parameter

rhino mocks, return value of stub should depend on input

rhino-mocks

Do we really need isolation frameworks to create stubs?

Mocking lambda in rhino mocks

c# mocking lambda rhino-mocks

Testing private methods using RhinoMocks

c# tdd rhino-mocks

Stubbing a static extension method seems to work in Rhino Mocks unless I cast the return variable. Why?

c# rhino-mocks

Rhino Mocks: How to mock ADO.NET's DataRow?

.net ado.net rhino-mocks

Mocking internal classes with RhinoMocks

Unable to add Rhino Mocks 3.5 to a .NET 2.0 project in Visual Studio 2010

Mocking and HttpContextBase.get_User()

c# asp.net-mvc rhino-mocks

Rhino Mock Entity Framework using UnitofWork Pattern not working