Can anyone give an idea of how to mock object creation for A a= new B() using PowerMockito (Class B implements the interface A)? I have tried as follows. But th
A a= new B()