On Sun, Sep 27, 2009 at 12:55 AM, Mark Derricutt <m...@talios.com> wrote:
>
>
> How are people handling mocking/stubbing in clojure?
>

For mocking clojure code, I would have a look at clojure.contrib.mock (1). I
haven't used it, but plan to check it out soon. Recently, while doing some
performance testing of some Java code, I had good results using proxy for a
stub and EasyMock for mocks. It was a one-off thing though, I so I don't
have any useful wrappers for EasyMock to show for it.

HTH,

- J.

1) http://richhickey.github.com/clojure-contrib/mock-api.html

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to