Eric, Testing view code is very difficult to automate. There's the java.awt.Robot class that Sun provided explicitly for this purpose. In my experience, I try to refactor as much as possible into my controllers (should be easy in Clojure). Also, I put dummy code in each view element and I manually test that each one calls the expected routine.
Manual testing seems to be required. I would use the opportunity to review the workflow of your application, to see that it does what you want. Sean On Jan 12, 9:39 am, Eric Thorsen <ethor...@enclojure.org> wrote: > Anyone have any recommendation/experience for a unit testing library > for testing swing components? > > Thanks! > Eric
-- 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