Search code examples
Rhino mock AAA ExpectationViolationException...


c#unit-testingmockingrhino-mocks

Read More
Is there an equivalent of the Rhino Mocks .Do() method in Moq?...


moqrhino-mocks

Read More
Verify that correct method was passed in a function call...


c#unit-testingdelegatesrhino-mocks

Read More
Unit Tests pass fine if run one at a time, FileLoadException if run "All Tests in Solution&quot...


c#visual-studio-2010unit-testingprismrhino-mocks

Read More
Rhino Mocks. How to add expectation that event handler was subscribed...


c#.netunit-testingeventsrhino-mocks

Read More
How to stub a method returning void with ref arguments with Rhino...


c#unit-testingrhino-mocksstubbing

Read More
Mocking the Registry - SystemWrapper...


c#unit-testingrhino-mockssystemwrapper

Read More
AssertWasCalled on method in SystemUnderTest...


c#-4.0tddrhino-mocks

Read More
Unit-Testing an Action with NUnit...


c#unit-testingnunitrhino-mocksrestsharp

Read More
Rhino mocks telling me Arg<T> inside AssertWasCalled needs more arguments?...


c#mockingrhino-mocks

Read More
Rhino mock assert.IsNotNull failed...


c#.netrhino-mocks

Read More
How to mock a not implemented method with Rhino Mock?...


c#unit-testingmockingrhino-mocksrhino

Read More
Rhino Mock to execute yield return...


c#ienumerablerhino-mocksyield-return

Read More
Simplest way to mock properties of PostSharp attribute...


wcfunit-testingninjectrhino-mockspostsharp

Read More
Cannot prime method call in Rhino Mocks...


mockingrhino-mocks

Read More
How to mock an NhibernateSession Query that uses a Where clause and returns a List...


c#nhibernateienumerablerhino-mocks

Read More
Mocking sealed classes without public constructors?...


c#unit-testingrhino-mocks

Read More
How to set up an object with InternalsVisibleTo in an assembly to implement partial mocks with Rhino...


tddrhino-mockspartial-mocks

Read More
How do you mock a void method that sets a read-only property?...


c#rhino-mocks

Read More
How can I deal with too Many Mock Expectations in unit tests?...


c#tddrhino-mocks

Read More
Rhino Mocks, AssertWasCalled with Arg constraints...


rhino-mocks

Read More
EasyMock's niceMock equivalent for RhinoMocks...


mockingrhino-mockseasymock

Read More
Rhino Mocks vs Moq for Silverlight...


silverlightunit-testingrhino-mocksmoq

Read More
Why is my PartialMock method ignoring my expectation...


unit-testingrhino-mocksrhinopartial-mocks

Read More
Rhino Mocks Partial Mock...


c#unit-testingtddmockingrhino-mocks

Read More
Testing mocked objects rhino mocks...


nunitrhino-mocks

Read More
RhinoMocks Error "Only assignment, call, increment, decrement, and new object expressions can b...


c#.netunit-testingmockingrhino-mocks

Read More
MSTest Test Method to check for collection...


.netc#-4.0mstestrhino-mocks

Read More
Error while mocking EF calls...


c#unit-testingtestingrhino-mocks

Read More
How do I stub a Func<T,TResult> in Rhino Mocks?...


c#rhino-mocks

Read More
BackNext