From f243517852ce478107fc75df75476e2afc22dc44 Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Sat, 14 Apr 2018 23:24:42 +0300 Subject: [PATCH] Update README.md --- testing-modules/junit-5/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/testing-modules/junit-5/README.md b/testing-modules/junit-5/README.md index ed429de489..03c55b461d 100644 --- a/testing-modules/junit-5/README.md +++ b/testing-modules/junit-5/README.md @@ -9,3 +9,4 @@ - [Mockito and JUnit 5 – Using ExtendWith](http://www.baeldung.com/mockito-junit-5-extension) - [JUnit 5 – @RunWith](http://www.baeldung.com/junit-5-runwith) - [JUnit 5 @Test Annotation](http://www.baeldung.com/junit-5-test-annotation) +- [JUnit Assert an Exception is Thrown](http://www.baeldung.com/junit-assert-exception)