9 lines
614 B
Markdown
Raw Normal View History

## Relevant Articles:
- [Get the Name of the Currently Executing Test in JUnit](https://www.baeldung.com/junit-get-name-of-currently-executing-test)
- [JUnit 5 TestWatcher API](https://www.baeldung.com/junit-testwatcher)
- [JUnit Custom Display Name Generator API](https://www.baeldung.com/junit-custom-display-name-generator)
- [@TestInstance Annotation in JUnit 5](https://www.baeldung.com/junit-testinstance-annotation)
2021-08-25 21:53:25 +08:00
- [Run JUnit Test Cases From the Command Line](https://www.baeldung.com/junit-run-from-command-line)
2021-10-21 22:08:29 +08:00
- [Parallel Test Execution for JUnit 5](https://www.baeldung.com/junit-5-parallel-tests)