From 6e84c895a8d36bbecabca6f00baa6899f01a99aa Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Thu, 15 Jun 2017 18:44:55 +0200 Subject: [PATCH] Create README.md (#2093) --- junit5/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/junit5/README.md b/junit5/README.md index 7ebdeb1b5c..c1ff0eab63 100644 --- a/junit5/README.md +++ b/junit5/README.md @@ -2,3 +2,5 @@ - [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) +- [A Guide to @RepeatedTest in Junit 5](http://www.baeldung.com/junit-5-repeated-test) +- [Guide to Dynamic Tests in Junit 5](http://www.baeldung.com/junit5-dynamic-tests)