From 4d01fab864fe953cc7ab0422db01298bca6aad76 Mon Sep 17 00:00:00 2001 From: Joel Handwell Date: Thu, 12 Jul 2018 11:16:13 -0400 Subject: [PATCH] Update JMockit Link The link was outdated due to domain change. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 448dbd8..1d3d936 100644 --- a/README.md +++ b/README.md @@ -914,7 +914,7 @@ A curated list of awesome Java frameworks, libraries and software. *Tools which mock collaborators to help testing single, isolated units.* -- [JMockit](http://jmockit.org) - Integration testing, API mocking and faking, and code coverage. +- [JMockit](http://jmockit.github.io) - Integration testing, API mocking and faking, and code coverage. - [Mockito](https://github.com/mockito/mockito) - Mocking framework that lets you write tests with a clean and simple API. - [MockServer](https://www.mock-server.com) - Allows mocking of systems integrated with HTTPS. - [Moco](https://github.com/dreamhead/moco) - Concise web services for stubs and mocks.