Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 428 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 428 Bytes

junit5-prallel-execution

Example of JUnit5 configuration for run tests in multiple threads.

Demo project for the demonstration of configuration JUnit5 to run all tests in concurrent mode (in the multiple threads environment).

execution sequence illustration

You can read about this in more details in my article: http://antkorwin.com/junit5/junit5_parallel_execution.html