Testing with Mockito and PowerMockito
Introduction
Mockito is a mocking framework. i.e it simulates the behavior of a real method/object. In Simple Term: It mocks/replicates the main method/object by creating its dummy functionality.
Why do we need a mocking framework ?We want to test ...
devarc.hashnode.dev3 min read