Update README.md

added link back to article: Get the Name of the Currently Executing Test in JUnit
This commit is contained in:
Asjad J 2022-01-23 10:22:06 +05:00 committed by GitHub
parent 118a96846c
commit 4bebebad69
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
## 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)