Re: Using JUnit parallelized tests in the same JVM process?

<[email protected]> 03 Mar 2014 02:41:21 -0800
Newsgroups gmane.comp.java.junit.user
Message-ID <[email protected]>
Esko, this feature was developed in one of my branch of junit repository.
Officially I moved parallel computer to Maven. Unfortunately the feature is not officially included in JUnit.
Nowadays I prefer @Concurrency annotation on the top of test-class instead of parallel computer. The annotation is more suites to the JUnit runners.
Somebody already made just post on GitHub regarding such annotation, but I do not remember the pull request number.
This kind of @Concurrency annotation handling is quite easy to develop, so if you want to we can vote for it now.

Tibor17