Search code examples
RhinoMocks Testing a Service...

c#asp.net-mvc-3rhino-mocksnunit-2.5.9

Read More
How can I confirm Open() was called on my ServiceHost in my Unit Test...

c#unit-testingmockingrhino-mocksservicehost

Read More
Rhino Mocks, VerifyAllExpectations...

c#unit-testingtddrhino-mocks

Read More
Using Reflection to create a Mock of an interface that is unknown during buildtime...

c#reflectiondllrhino-mocksend-to-end

Read More
How do you make methods relying on extension methods testable?...

unit-testingc#-3.0tddextension-methodsrhino-mocks

Read More
RhinoMocks: How to run custom delegate with parameter supplied to method?...

.netvb.netmockingrhino-mocks

Read More
Verify object calls itself in Rhino Mocks...

c#.netunit-testingrhino-mocks

Read More
JMock - only subset of methods in Expectations block...

javaunit-testingrhino-mocksjmock

Read More
Rhino Mocks Func asserting Test...

asp.net-mvc-3unit-testingtddrhino-mocks

Read More
rhino mocks usage of AssertWasNotCalled...

c#unit-testingrhino-mocks

Read More
How do I mock IQueryable<T>...

c#mockingrhino-mocksiqueryable

Read More
How To Write Unit Test For Method Returning JsonResult With RenderPartialViewToString?...

unit-testingmodel-view-controllerrhino-mocksmvccontrib

Read More
How-To Mock WCF Services?...

c#.netwcfunit-testingrhino-mocks

Read More
What is the AAA syntax equivalent to using Ordered() in Rhino Mocks...

c#unit-testingrhino-mocks

Read More
How can i use DefaultIfEmpty when mocking a database context?...

c#linqunit-testingrhino-mocks

Read More
Why get "Expected #0, Actual #1" when using StringDictionary in RhinoMocks 3.6...

c#unit-testingrhino-mocks

Read More
Rhino Mocks AssertWasCalled (multiple times) on property getter using AAA...

c#unit-testingpropertiesrhino-mocksgetter

Read More
How to mock a method that taks a predicate with Rhino Mocks...

unit-testinglambdarhino-mocks

Read More
How to test a controller which updates what was posted to it...

asp.nettddrhino-mocksrhino-mocks-3.5

Read More
Testing private methods using RhinoMocks...

c#tddrhino-mocks

Read More
Mocking SQL output parameter...

unit-testingmockingrhino-mocks

Read More
Resharper challenge: Using .Mock().Return() instead of setters and vice versa...

visual-studioresharperrhino-mocks

Read More
Rhino Mock and Method Not Returning Correct Value...

rhino-mocks

Read More
Can I use Moq with MvcContrib.TestHelper?...

asp.net-mvcmockingmoqrhino-mocksmvccontrib-testhelper

Read More
can I use dynamic to redirect HttpContext.Current.Request?...

c#dynamicrhino-mocks

Read More
Mocking File calls with Rhino Mock...

c#.netrhino-mocks

Read More
Rhino Mock using an expect on 'new' method call...

c#.netrhino-mocks

Read More
ExpectPublish fails when Publish(params T[] messages) contains more than one message...

c#testingnunitrhino-mocksnservicebus

Read More
How to test a void method returns if condition satisfied...

c#unit-testingrhino-mocks

Read More
RhinoMocks - Getting the value passed into an Indexer (this[])...

unit-testingargumentsrhino-mocks

Read More
BackNext