diff --git a/testing-modules/junit-5/README.md b/testing-modules/junit-5/README.md index ede60c45a9..e62f2dd345 100644 --- a/testing-modules/junit-5/README.md +++ b/testing-modules/junit-5/README.md @@ -6,3 +6,4 @@ - [Running JUnit Tests Programmatically, from a Java Application](https://www.baeldung.com/junit-tests-run-programmatically-from-java) - [Testing an Abstract Class With JUnit](https://www.baeldung.com/junit-test-abstract-class) - [Guide to Dynamic Tests in JUnit 5](https://www.baeldung.com/junit5-dynamic-tests) +- [Determine the Execution Time of JUnit Tests](https://www.baeldung.com/junit-test-execution-time)