From 81aecd936da674af1dbcf83e92407c229b4f1899 Mon Sep 17 00:00:00 2001 From: Rokon Uddin Ahmed Date: Sun, 19 Nov 2017 12:28:47 +0600 Subject: [PATCH] Pull request (#3079) * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md --- testing-modules/mockito/README.md | 1 + testing-modules/testing/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/testing-modules/mockito/README.md b/testing-modules/mockito/README.md index 2407a5c3c5..0d6f69a64f 100644 --- a/testing-modules/mockito/README.md +++ b/testing-modules/mockito/README.md @@ -11,3 +11,4 @@ - [Mockito’s Mock Methods](http://www.baeldung.com/mockito-mock-methods) - [Introduction to PowerMock](http://www.baeldung.com/intro-to-powermock) - [Mocking Exception Throwing using Mockito](http://www.baeldung.com/mockito-exceptions) +- [Mocking Void Methods with Mockito](http://www.baeldung.com/mockito-void-methods) diff --git a/testing-modules/testing/README.md b/testing-modules/testing/README.md index 889f6706d4..143cb792cf 100644 --- a/testing-modules/testing/README.md +++ b/testing-modules/testing/README.md @@ -15,3 +15,4 @@ - [Cucumber Java 8 Support](http://www.baeldung.com/cucumber-java-8-support) - [Introduction to Lambda Behave](http://www.baeldung.com/lambda-behave) - [Introduction to Jukito](http://www.baeldung.com/jukito) +- [Custom JUnit 4 Test Runners](http://www.baeldung.com/junit-4-custom-runners)