Update README.md
added link back to article: Get the Name of the Currently Executing Test in JUnit
This commit is contained in:
parent
118a96846c
commit
4bebebad69
|
@ -1,5 +1,6 @@
|
||||||
## Relevant Articles:
|
## 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 5 TestWatcher API](https://www.baeldung.com/junit-testwatcher)
|
||||||
- [JUnit Custom Display Name Generator API](https://www.baeldung.com/junit-custom-display-name-generator)
|
- [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)
|
- [@TestInstance Annotation in JUnit 5](https://www.baeldung.com/junit-testinstance-annotation)
|
||||||
|
|
Loading…
Reference in New Issue