Search code examples
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
Testing a property set to an instance of a new object in Rhino Mocks 3.4.0...


c#rhino-mocks

Read More
Rhino Mocks Stub not calling .WhenCalled action...


c#unit-testingdelegatesnunitrhino-mocks

Read More
How to set a default return value in a Rhino Mocks stub...


c#unit-testingrhino-mocks

Read More
Mocking and Repository / Service layers in C#...


unit-testingnunitmoqrhino-mocks

Read More
RhinoMock - Multiple Expectations in one method - Best Practice...


c#rhino-mocks

Read More
How to avoid HttpContext.Server.MapPath for Unit Testing Purposes...


c#asp.netunit-testingasp.net-mvc-5rhino-mocks

Read More
Mocking ASPNET MVC DependencyResolver with Rhino mock...


c#asp.netasp.net-mvcunit-testingrhino-mocks

Read More
BackNext