Mockito
Jump to navigation
Jump to search
External
- http://site.mockito.org
- 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.