backlink updated

This commit is contained in:
collaboratewithakash 2024-03-02 14:58:49 +05:30 committed by GitHub
parent 504e174617
commit e19fef54b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
This module contains articles about JUnit 5 Annotations
### Relevant Articles:
- [A Guide to @RepeatedTest in Junit 5](https://www.baeldung.com/junit-5-repeated-test)
- [A Guide to @RepeatedTest in JUnit 5](https://www.baeldung.com/junit-5-repeated-test)
- [JUnit 5 Conditional Test Execution with Annotations](https://www.baeldung.com/junit-5-conditional-test-execution)
- [JUnit5 Programmatic Extension Registration with @RegisterExtension](https://www.baeldung.com/junit-5-registerextension-annotation)
- [Guide to JUnit 5 Parameterized Tests](https://www.baeldung.com/parameterized-tests-junit-5)