Update JMockit Link

The link was outdated due to domain change.
This commit is contained in:
Joel Handwell
2018-07-12 11:16:13 -04:00
committed by GitHub
parent 13e0d6f161
commit 4d01fab864

View File

@ -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.