I'm exploring clojure.contrib.mock
. I think I learned how to mock Clojure functions, but I don't see anything about mocking Java objects.
Is there a Clojure library to help me create Java mock objects or will I have to bring in libraries like EasyMock?