ANN: AutoMocker now more tolerant of Rhino.Mocks version

3 views
Skip to first unread message

Josh Flanagan

unread,
Dec 19, 2008, 10:36:24 AM12/19/08
to structure...@googlegroups.com
The RhinoAutoMocker is no longer compiled with a direct dependency on Rhino.Mocks.dll. This should help resolve any version mismatch issues some people have reported (using a different version of Rhino.Mocks in your test project than the version we compiled against).
We now just do an Assembly.Load("Rhino.Mocks"), so make sure the DLL is somewhere that fusion can find it (adding a reference to Rhino.Mocks in your testing project should suffice).

Oh, and I also added a MoqAutoMocker (that uses the same dynamic loading), if that suits your taste...

Its all in the trunk now - hope to get a release out soon.

-Josh
Reply all
Reply to author
Forward
0 new messages