I am using Mockito to write a JUnit Test Case and I am trying to bypass a static method invocation inside my test method. I am getting a NullPointerException wh
NullPointerException