Mockito: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=External= | =External= | ||
* http://site.mockito.org | * http://site.mockito.org | ||
* https://github.com/mockito/mockito/wiki | |||
* https://www.baeldung.com/mockito-series | * https://www.baeldung.com/mockito-series | ||
* https://www.vogella.com/tutorials/Mockito/article.html | * https://www.vogella.com/tutorials/Mockito/article.html |
Revision as of 01:51, 16 July 2021
External
- http://site.mockito.org
- https://github.com/mockito/mockito/wiki
- https://www.baeldung.com/mockito-series
- https://www.vogella.com/tutorials/Mockito/article.html
Internal
Overview
The Mockito framework provides an API to create mock objects. It uses proxy objects to verify the invocation and stub calls.