diff --git a/testing-modules/junit5-annotations/README.md b/testing-modules/junit5-annotations/README.md index 49d596607c..53e409151b 100644 --- a/testing-modules/junit5-annotations/README.md +++ b/testing-modules/junit5-annotations/README.md @@ -9,3 +9,4 @@ This module contains articles about JUnit 5 Annotations - [Guide to JUnit 5 Parameterized Tests](https://www.baeldung.com/parameterized-tests-junit-5) - [Writing Templates for Test Cases Using JUnit 5](https://www.baeldung.com/junit5-test-templates) - [JUnit 5 @Nested Test Classes](https://www.baeldung.com/junit-5-nested-test-classes) +- [A Guide to @Timeout Annotation in JUnit 5](https://www.baeldung.com/java-junit-5-timeout-annotation)