Skip to content

Monthly Archives: April 2006

Testing multithreaded app with j2meunit

As it’s parent junit , j2meunit does not have built-in support for threads. There for the only way to test threads is to add listeners to the code and do Thread.sleep(), which is a guess work most of the time.
So it was really great to stumble upon this blog post that provides some very [...]