On Sep 27, 12:55 am, Mark Derricutt <m...@talios.com> wrote:
> How are people handling mocking/stubbing in clojure?  Google finds me some
> old posts about a called? function/macro as part of test-is which looks like
> it'd do what I need but I can't seem to find any trace of it under
> clojure/clojure-contrib trunk.

clojure.contrib.test-is (now clojure.test) has a "fixtures" feature.
It doesn't do mocking itself, but provides a mechanism for temporarily
rebinding vars in your tests.

-SS
--~--~---------~--~----~------------~-------~--~----~
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