Technical Blog

JUnit Testing using Mockito and PowerMock API.

Use of PowerMock API even after we have Mockito Framework.

Using PowerMock API we can mock any of our static, final and private method which we cannot do using Mockito framework.

  • We can