antoinemeyer/mock-in-bean

Parallel test suites

esfomeado opened this issue · 3 comments

Any plans on supporting parallel test suites?

Thanks

I have a few ideas on how to make that work.
I'll dig into it when I have some time

Any plans on supporting parallel test suites?

Thanks

@esfomeado:

Parallel test support has been implemented (see #11) in the following version (available on maven central):

<dependency>
  <groupId>com.teketik</groupId>
  <artifactId>mock-in-bean</artifactId>
  <version>boot2-v2.0-RC</version>
</dependency>

Note that it will remain in release candidate for some time but should be stable. (I will close that issue once I merge to master and deploy 2.x).
Please let me know if that works out and if you face any issue or have any question!

Thanks for you work.

Cheers.