ConcJUnit is an extension of JUnit and provides additional support for testing concurrent programs.It is available for download at http://concutest.org
There were several bugfixes and interface improvements. ConcJUnit will now also emit warnings if events in the event queue have not been fully processed before a test ends.
ConcJUnit is an extension of JUnit and provides additional support for testing concurrent programs.
It is available for download at http://concutest.org
There were several bugfixes and interface improvements. Furthermore, ConcJUnit is now available in a version that can replace JUnit 4.7.
ConcJUnit is an extension of JUnit and provides additional support for testing concurrent programs.
It is available for download at http://concutest.org
ConcJUnit now attempts to detect threads that ended
before the test was over, but that were not forced
to end using a join (threads that got "lucky").
For this feature to work, please download the
concjunitrt.jar and use it to generate a modified
Java runtime library (rt.concjunit.jar). Then prefix
Java's boot classpath using the
-Xbootclasspath/p:rt.concjunit.jar
command line option.
A new beta package for the Thread Checker has been posted. In this new version, exceptions in a predicate log as erroneous predicate and do not leave the predicate anymore.
The @Combine mode XOR has also been added.
I just posted the first beta releases of our Concutest products: Different versions of ConcJUnit, an improved JUnit framework, and libraries required for the Thread Checker.