In my tests, I don't really instantiate or create anything myself. I do: RhinoAutoMocker<ClassX> mocker1 = new RhinoAutoMocker<ClassX>(); RhinoAutoMocker<ClassB> mocker2 = new RhinoAutoMocker<ClassB>(); mocker1.ClassUnderTest.Handler(null, mocker2.ClassUnderTest)l
But that's not working. If RhinoAutoMocker is outside of this forum, feel free to use standard RhinoMocks code. -- 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.
