From d2d9b065a1245d103a350fac8f8b356903e786fc Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Thu, 15 Jun 2017 16:09:12 +0200 Subject: [PATCH] Create README.md (#2085) --- junit5/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/junit5/README.md b/junit5/README.md index 2ca5b08766..7ebdeb1b5c 100644 --- a/junit5/README.md +++ b/junit5/README.md @@ -1,3 +1,4 @@ ### Relevant Articles: - [The Basics of JUnit 5 – A Preview](http://www.baeldung.com/junit-5-preview) - [A Guide to JUnit 5](http://www.baeldung.com/junit-5) +- [Guide to Dynamic Tests in Junit 5](http://www.baeldung.com/junit5-dynamic-tests)