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!
请先登录再写评论。
Hello George,
IDEA 10 does not run JUnit tests in parallel.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"