>> I was wondering if any one has experience in which multiple Junit
>> classeshas to be run concurrently and not in a sequential way(or
[quoted text clipped - 15 lines]
> I think running multiple unit tests in parallel to find
> bugs is the proper way of doing it.
Did you mean "I don't think running multiple ..."? If so, I would agree.
> I think it would be better to have one unit tests that
> tested the thread safeness of the code using multiple
> threads.
Or, of course, several consecutive tests each of which tests its own
combination of number of threads, initial settings of any random number
generators etc.
Patricia
Arne Vajhøj - 28 Apr 2007 19:33 GMT
>> I think running multiple unit tests in parallel to find
>> bugs is the proper way of doing it.
>
> Did you mean "I don't think running multiple ..."?
Yes.
Arne