Further reading
- https://site.mockito.org/
Mockito library home page
- Working Effectively with Legacy Code, Michael C. Feathers ISBN 978-0131177055
This book explains how you can work with legacy code written without Dependency Inversion access points for test doubles. It shows a range of techniques to safely rework the legacy code so that test doubles can be introduced.