Swing/multithreaded unit testing tips

Feb 16, 2004 03:47 · 64 words · 1 minute read

Came across a few great links at the Java.net JavaDesktop site. Multithreaded Tests with JUnit describes how to use GroboUtils to manage multithreaded test scenarios. I wrote some tests a couple months ago that really could have benefitted from this. JavaDesktop also linked to jfcUnit for doing tests of Swing code. This looks similar to Jemmy which has worked well for us so far.