Hi folks - are there any frameworks out there for mocking?
Stubbing functions is pretty straightforward (and I see that fact comes with
a stubbing function built in), but I'd really like something that can do
mocking and mock expectations - something similar to stub, but with checking
that the stubbed calls actually happen an expected number of times.

A bit of googling finds
http://github.com/mclark/test-expect/tree/masterwhich looks nice,
though I'm not sure about depending on test-is (I was
planning to use 'fact'),
and a blank project at http://github.com/amitrathore/conjure/tree/master
and not much else.

Any other options out there?

- Korny
-- 
Kornelis Sietsma  korny at my surname dot com
kornys on gmail, twitter, facebook, etc.
"Every jumbled pile of person has a thinking part
that wonders what the part that isn't thinking
isn't thinking of"

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