You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Marshall Schor <ms...@schor.com> on 2010/04/12 14:23:53 UTC

speeding up Junit testing

Maven / surefire test runner can now run tests in parallel, but this
requires (usually) fixing the tests to remove "singlton" assumptions.

See
http://incodewetrustinc.blogspot.com/2010/01/run-your-junit-tests-concurrently-with.html

-Marshall