Re: Testing clojure.contrib.condition

2011-04-29 Thread Brian Marick
On Apr 29, 2011, at 8:30 PM, Sean Bowman wrote: > Is there any way to test code that uses clojure.contrib.condition to > raise meaningful error messages? I've been struggling to write some > sort of assert-expr, based on thrown-with-condition?, to check for > these errors, but it's obviously way

Testing clojure.contrib.condition

2011-04-29 Thread Sean Bowman
Is there any way to test code that uses clojure.contrib.condition to raise meaningful error messages? I've been struggling to write some sort of assert-expr, based on thrown-with-condition?, to check for these errors, but it's obviously way beyond my macro foo at this point. Thoughts, or should I