Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rhino-mocks

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

Mocking method results

c# mocking rhino-mocks

How can I verify that a Microsoft Fakes (beta) stub/shim was called (like AssertWasCalled in Rhino Mocks)?

Rhino Mocks Error: Previous method 'IEnumerator.MoveNext();' requires a return value or an exception to throw

Rhino Mocks overwriting stubs possible?

unit-testing rhino-mocks

Mocking HttpContext doesn't work

When does a mock object enter the replay state?

c#-3.0 rhino-mocks