Relevant Articles:
- Get the Name of the Currently Executing Test in JUnit
 - JUnit 5 TestWatcher API
 - JUnit Custom Display Name Generator API
 - @TestInstance Annotation in JUnit 5
 - Run JUnit Test Cases From the Command Line
 - Parallel Test Execution for JUnit 5
 - JUnit – Testing Methods That Call System.exit()
 - Single Assert Call for Multiple Properties in Java Unit Testing
 - Creating a Test Suite With JUnit
 - Testing Interface Contract in Java