-
New Version of ConcJUnit
ConcJUnit is an extension of JUnit and provides additional support for testing concurrent programs.It is available for download at http://concutest.orgThere were several bugfixes and interface improvements. Furthermore, ConcJUnit is now available in a version that can replace JUnit 4.7.
2009-11-02 18:39:04 UTC by mgricken
-
New ConcJUnit Version
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.
2009-04-30 17:18:10 UTC by mgricken
-
New Beta Package for Thread Checker Posted
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.
2007-07-24 18:22:38 UTC by mgricken
-
Beta Packages for ConcJUnit and Thread Checker Posted
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.
2007-06-19 21:13:13 UTC by mgricken