Mockito
Table of Contents
Mocking static methods is not a good idea
reading material
- https://testing.googleblog.com/2008/12/static-methods-are-death-to-testability.html
- https://lnbogen.com/2007/07/04/how-to-mock-static-class-or-static-member-for-testing/
- https://www.baeldung.com/mockito-mock-static-methods
- https://stackoverflow.com/questions/21105403/mocking-static-methods-with-mockito
- https://github.com/powermock/powermock/wiki/Mockito
- https://stackoverflow.com/questions/4482315/why-doesnt-mockito-mock-static-methods