mark it virtual. or you may consider not using mock for ClassZ if it is a light-weighted poco class. Or you can consider not using mock at all, if all the classes involed are light-weighted enough and are under test.
On Thu, Dec 3, 2009 at 9:54 AM, gsogol <[email protected]> wrote: > Ok, getting there. Now past that issue and onto the next line with the > same exact message. Since GetID() is a method, what do I do then? > > -- > > 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]<rhinomocks%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rhinomocks?hl=en. > > > -- 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.
