Running jUnit tests serial or parallel

IDEA 10 now seems to run jUnit test cases in parallel, that is every test in a given class is run concurrently.  Some of my test classes won't work this way and need to be run serially to work correctly.  How the heck do I control if a test class runs serial or parallel?  I've been googling for an hour but can't find any specific docs on this.

Thanks!

0
1 comment

Hello George,

IDEA 10 does not run JUnit tests in parallel.

IDEA 10 now seems to run jUnit test cases in parallel, that is every
test in a given class is run concurrently.  Some of my test classes
won't work this way and need to be run serially to work correctly.
How the heck do I control if a test class runs serial or parallel?
I've been googling for an hour but can't find any specific docs on
this.


--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

Please sign in to leave a comment.