Search code examples
Why does RhinoMocks behave differently in VB & C#?...

c#vb.netunit-testingrhino-mocksrhino-mocks-3.5

Read More
How to mock xmlSerializer...

c#xmlrhino-mocks

Read More
Rhino Mock Stub Async Method...

unit-testingasynchronousnunitrhino-mocksc#-5.0

Read More
Unit testing callback function Func<T> in RhinoMocks...

c#rhino-mocks

Read More
Rhino.Mocks.Exceptions.ExpectationViolationException : Expected #1, Actual #2...

c#unit-testingnunitrhino-mocks

Read More
How to test that a base constructor receives right arguments?...

c#.netunit-testingrhino-mocksjustmock

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

c#mockingrhino-mocksstubrhino-mocks-3.5

Read More
download link for latest Rhino mocks binaries (googling didn't help)...

rhino-mocks

Read More
Unit tests: mock for BundleTable.Bundles...

c#asp.net-mvcrhino-mocksbundling-and-minificationsystem.web.optimization

Read More
AssertWasNotCalled on Action property...

c#rhino-mocks

Read More
How to return value from a method by a specified condition in RhinoMocks?...

c#unit-testingrhino-mocksrhino-mocks-3.5

Read More
Rhino Mocks Restub function...

c#.netrhino-mocks

Read More
Multithreaded code makes Rhino Mocks cause a Deadlock...

c#multithreadingunit-testingrhino-mocksdeadlock

Read More
How to assert an IEnumerable parameter where order is unimportant?...

c#unit-testingrhino-mocks

Read More
How do I combine two interfaces when creating mocks?...

c#.netrhino-mocks

Read More
Error in Mocking in c# Setup for return Value of a function...

c#tddrhino-mocks

Read More
RhinoMock 3.6.1 wrongly reporting method not invoked?...

c#.netrhino-mocks

Read More
RhinoMock : Mocks Vs StrictMocks Vs DynamicMocks...

tddrhino-mocksmocking

Read More
Rhino Mocks Stub Needs To Return Predefined Values On First Enumeration, Diffrerent On Susequent...

c#unit-testingienumerablerhino-mocksdelayed-execution

Read More
Is it possible to mock (and return a value) from an IDataReader using Rhino Mocks?...

vb.netunit-testingrhino-mocks

Read More
What is ReplayAll() and VerifyAll() in RhinoMocks...

c#rhino-mocks

Read More
Rhinomocks DynamicMock question...

rhino-mocks

Read More
How to test new Object within a function using RhinoMocks and mbunit...

c#vb.netunit-testingrhino-mocksmbunit

Read More
Change stubbed method argument with RhinoMocks 3.6?...

c#rhino-mocks

Read More
What's the exact syntax to concat 2 constraints in Rhino Mocks framework?...

c#unit-testingrhino-mocksrhinorhino-mocks-3.5

Read More
Rhino Mocks: Is there any way to verify a constraint on an object property's property?...

.netrhino-mocks

Read More
Rhino Mocks 'Expect' with FakeItEasy...

c#unit-testingrhino-mocksfakeiteasy

Read More
How can I verify that a Microsoft Fakes (beta) stub/shim was called (like AssertWasCalled in Rhino M...

unit-testingrhino-mocksmicrosoft-fakes

Read More
Rhino Mock, get TempData after RedirectToRoute...

.netasp.net-mvcrhino-mocksrhino-mocks-3.5

Read More
Mocking Factory with arguments...

c#unit-testingrhino-mocksfactory

Read More
BackNext