Are there any guidelines for testing multi-threaded code (other than throwing a bunch of threads at the problem and crossing your fingers).
I\'m basically looking fo
GroboUtils, http://groboutils.sourceforge.net/testing-junit/using_mtt.html, provides some JUnit utilities for testing Threads.