Search code examples
Mocking a simple class with Microsoft Moles...

c#unit-testingmoqrhino-mocksmoles

Read More
Unit Testing with RhinoMock: Call method from CuT in expected call statement...

c#unit-testingrhino-mocks

Read More
Exception thrown when stubbing mocked `ISession` object...

c#nhibernaterhino-mocks

Read More
RhinoMocks - Unable to cast type foo to type bar when using non static Repository...

unit-testingrhino-mocks

Read More
Rhino mocks exception with CompositionContainer...

c#.net-4.0rhino-mocks

Read More
How do I capture the value of a Stream property using Rhino Mocks?...

c#unit-testingpropertiesrhino-mocks

Read More
RhinoMocks - Raising event on mocked abstract class fails...

c#unit-testingrhino-mocks

Read More
How to unit test service that is using PetaPoco.Database...

.netunit-testingmockingrhino-mockspetapoco

Read More
How to create stub, that throws exception on all calls in Rhino mocks?...

.netunit-testingrhino-mocksstub

Read More
Rhino Mock and WPF Window Dialog...

wpfunit-testingmodal-dialogrhino-mocks

Read More
Auto-mock container: Rhino Mocks and NInject...

rhino-mocksninject

Read More
Rhinomock non-primitive object in expectations...

c#unit-testingmockingrhino-mocks

Read More
Mocks with Visual Studio 2010 Ultimate...

c#unit-testingtddmoqrhino-mocks

Read More
Beginners Test the return of a metod...

c#rhino-mocks

Read More
Return different instances for each call using rhino mocks...

c#.netunit-testingmockingrhino-mocks

Read More
Mocking Object issue...

c#.netmockingrhino-mocks

Read More
Unit test for Ping / PingReply - Mocking?...

c#visual-studiounit-testingmstestrhino-mocks

Read More
Unit testing a Func<Delegate> with Rhino Mocks throwing InvalidCastException with second Expec...

c#rhino-mocks

Read More
Very simple RhinoMocks test failing - Whats wrong here?...

c#nunitrhino-mocks

Read More
Rhino Mocks for ASMX Web services...

web-servicesasmxrhino-mocks

Read More
Best way to mock WCF Client proxy...

.netwcfweb-servicesmockingrhino-mocks

Read More
Rhino Mocks mock inherited interface...

rhino-mockspartial-mocks

Read More
How to unit test file permissions in NUnit?...

c#nunitrhino-mocksfile-permissions

Read More
How do I tell my mock/stub of an abstract class to use its override of Object.Equals()?...

c#unit-testingmstestrhino-mocksequals

Read More
Why RhinoMocks obligates redefining ToString() explicitly in order to be able setting expectations o...

c#mockingrhino-mocks

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

c#unit-testingrefactoringnunitrhino-mocks

Read More
Create mock without constructor invocation...

c#rhino-mocks

Read More
Rhino Mocks: Fill array argument in stub without "ref" keyword...

rhino-mocks

Read More
Rhino mock unit testing (Parent class does not contain a constructor that takes 0 arguments)...

c#unit-testingmockingrhino-mocks

Read More
Rhino mock AAA ExpectationViolationException...

c#unit-testingmockingrhino-mocks

Read More
BackNext