2019-10-31 21:43:47 -04:00
|
|
|
|
## Relevant Articles:
|
|
|
|
|
|
2022-01-23 00:22:06 -05:00
|
|
|
|
- [Get the Name of the Currently Executing Test in JUnit](https://www.baeldung.com/junit-get-name-of-currently-executing-test)
|
2019-10-31 21:43:47 -04:00
|
|
|
|
- [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 09:53:25 -04:00
|
|
|
|
- [Run JUnit Test Cases From the Command Line](https://www.baeldung.com/junit-run-from-command-line)
|
2021-10-21 10:08:29 -04:00
|
|
|
|
- [Parallel Test Execution for JUnit 5](https://www.baeldung.com/junit-5-parallel-tests)
|
2022-11-10 20:10:03 -05:00
|
|
|
|
- [JUnit – Testing Methods That Call System.exit()](https://www.baeldung.com/junit-system-exit)
|
2023-02-08 18:26:39 -05:00
|
|
|
|
- [Single Assert Call for Multiple Properties in Java Unit Testing](https://www.baeldung.com/java-testing-single-assert-multiple-properties)
|
2023-04-28 09:26:18 -04:00
|
|
|
|
- [Creating a Test Suite With JUnit](https://www.baeldung.com/java-junit-test-suite)
|