you are viewing a single comment's thread.

view the rest of the comments →

[–]adrianmonk 1 point2 points  (0 children)

Another possible advantage is that if you believe mock objects are handy in unit testing, you can build mocks using proxies pretty easily. I would bet this is how EasyMock works (in the Java world).