Rhino.
I have a mocked object that is passed as a constructor argument to another object. How can I test that …
c# unit-testing properties rhino-mocks getterIs it possible to create a mock object that implements several interfaces with EasyMock? For example, interface Foo and interface …
java unit-testing mocking rhino-mocks easymockUsing RhinoMocks, I am trying to Stub the getter value of a property. The property is defined as part of …
c# properties rhino-mocks stubI want to assert that a method is called exactly one time. I'm using RhinoMocks 3.5. Here's what I thought would …
tdd mocking rhino-mocks assertionsI am using the new Web API bits in a project, and I have found that I cannot use the …
unit-testing rhino-mocks wcf-web-apiI have number of classes I've been asked to add some unit tests to with Rhino Mocks and having some …
c# unit-testing rhino-mocksI am getting this error when I try to set a mock to have PropertyBehavior(): System.InvalidOperationException: System.InvalidOperationException: Invalid …
c# visual-studio visual-studio-2008 rhino-mocks rhino-mocks-3.5I'm looking to find out how I can mock a method that returns a different value the second time it …
c# unit-testing mocking rhino-mocksI am creating a repository that exposes IQueryable. What is the best way to mock this out for my unit …
c# mocking rhino-mocks iqueryableI am using RhinoMocks, I need to stub a method, and always have it return the third parameter, regardless of …
unit-testing mocking rhino-mocks stubbing