The best way to test private methods is to have very few of them. Test the ones you do have via the public API, and if you have too many then IMHO they should be public methods in a separate namespace. Separate the two namespaces by responsibility. I do this all the time on OOP languages, and the principle should still apply in Clojure.
-- 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