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 a59c3f8f75
commit cb69709259

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)