java-tutorials/testing-modules/junit-5-advanced/README.md

12 lines
938 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 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)