On Wed, Aug 5, 2009 at 9:05 AM, Vikash Mitruka<[email protected]> wrote: > Assert.AreEqual(5, list.Count); > > Expect.Call(list.Count).Return(50);
Could it be the missing _mockRepo.BackToRecordAll(); between these two lines? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino.Mocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/RhinoMocks?hl=en -~----------~----~----~----~------~----~------~--~---
