amitrathore / conjure

a mocking library for clojure
http://s-expressions.com
73 stars 9 forks source link

How to verify the parameters passed for second-to-nth calls? #11

Open ftomassetti opened 9 years ago

ftomassetti commented 9 years ago

I can use verify-first-call-args-for to verify that a function has been invoked the first time what the given parameters but what about successive calls?