Rhino.
can someone share the link to download the latest version of Rhino mocks binaries (binaries only, I don't need source)? …
rhino-mocks[Test] public void MockAGenericInterface() { MockRepository mocks = new MockRepository(); IList<int> list = mocks.Create Mock<IList<int&…
c# rhino-mocksHow can I raise an event from a mock/stub using Rhino Mocks? I've found some answers to this question …
c# unit-testing events rhino-mocksI have a class with a private set property that I want to stub out with rhino mocks. When I …
c# .net rhino-mocksWhat is Rhino Mocks Repeat ? Repeat.Any(); Repeat.Once(); What does it mean and how it works ?
c# unit-testing rhino-mocksWhat is the difference between rhino-mocks stub and expect here: Looks to me that they behave exact the same? mockContext.…
mocking rhino-mocks stub stubbing expectationsI've see n a lot of discussions surrounding HttpSessionState and asp.net MVC. I'm trying to write tests for an …
asp.net nunit rhino-mocksWhen mocking a call to a WCF Service, I get the following error: Method 'ICustomerEntities.GetCustomerFromPhoneNumber("01234123123");' requires a return …
c# wcf rhino-mocksI'm obviously confused - this is a task I've accomplished with several other frameworks we're considering (NMock, Moq, FakeItEasy). I …
rhino-mocksAs I am using RhinoMocks version 3.6 and as I am not using Record-Replay and as I do not call Verify …
c# .net unit-testing rhino-mocks