09
Oct
2012
Oct
2012
0
Helper for testing multi-threaded programs in Java
Testing multi-threaded code is hard. The main problem is that you invoke your assertions either too soon (and they fail for no good reason) or too late (in which case the test runs for a long time, frustrating you). A … Continue reading