Search code examples
Rhino Mocks - Difference between Mock & Stub?...


unit-testingrhino-mocks

Read More
RhinoMocks - Stub a Method That Returns a Parameter...


unit-testingmockingrhino-mocksstubbing

Read More
What is the difference between Version and 'Runtime Version' in .Net?...


.netruntimeversionrhino-mocks.net-assembly

Read More
What happened to Rhino Mocks' Arg<T>.Property...


rhino-mocks

Read More
Raising an event from a mocked object using Rhino...


c#unit-testingeventsnunitrhino-mocks

Read More
Can you explain difference between StrictMock and Partialmock?...


c#.netunit-testingrhino-mocks

Read More
Stubbing a read only property with Rhino Mocks...


c#.netrhino-mocks

Read More
How to Construct IdentityResult With Success == true...


c#asp.net-identityrhino-mocks

Read More
Clean Way to Test ASP.NET MVC Controller Without Hitting Database?...


asp.net-mvcunit-testingmockingrhino-mocks

Read More
How to use the Stub in Rhino.Mocks to simulate System functions...


c#rhino-mocks

Read More
Simulating CancellationToken.IsCancellationRequested when unit testing...


c#unit-testingasynchronousrhino-mocks

Read More
c# unit test httpclient postasync...


c#asp.netasp.net-mvcnunitrhino-mocks

Read More
What are the differences between mocks and stubs on Rhino Mocks?...


mockingrhino-mocks

Read More
Mock is operator...


c#unit-testinggenericsrhino-mocks

Read More
Rhino Mocks: How to mock ADO.NET's DataRow?...


.netado.netrhino-mocks

Read More
Mocking a Using with a FileStream...


c#rhino-mocks

Read More
Stubbing or Mocking ASP.NET Web API HttpClient...


c#unit-testingdotnet-httpclientrhino-mocks

Read More
Rhino mocks throws exception of "Callback arguments didn't match the method arguments deleg...


c#nhibernatetestingdelegatesrhino-mocks

Read More
How to mock the Request on Controller in ASP.Net MVC?...


asp.net-mvcunit-testingmockingrhino-mocksmoq

Read More
Can I test method call order with AAA syntax in Rhino-Mocks 3.6?...


c#unit-testingtddmockingrhino-mocks

Read More
How to mock a property with no setter?...


c#unit-testingrhino-mocks

Read More
Making RhinoMock Stub Return Value Dependent on a Paramter...


c#rhino-mocks

Read More
Rhino Mocks - mocking a method whose return value changes (even when passed the same parameter) with...


c#unit-testingmockingrhino-mocks

Read More
Replacement Rhino Mocks GetArgumentsForCallsMadeOn() for Moq Callback() not receiving original argum...


c#.netmoqrhino-mocks

Read More
Rhino Mocks exception "Expected #1, Actual #0" in apparently working code...


c#rhino-mocks

Read More
Rhino Mocks use input parameters of stubbed function to create return value...


c#unit-testingrhino-mocks

Read More
How do you stub a method that accepts an IEnumerable in RhinoMocks?...


c#unit-testingrhino-mocks

Read More
Unit Test INotifyPropertyChanged using Rhino Mocks...


c#unit-testinginotifypropertychangedrhino-mocks

Read More
Rhino Mocks receive argument, modify it and return?...


c#.netrhino-mocks

Read More
asp.net mvc rhino mocks mocking httprequest values...


asp.netasp.net-mvcrhino-mocks

Read More
BackNext