Power Mockito
What is PowerMockito?
Mockito is not providing us to mock private fields, static methods and constructors.
But using PowerMockito we can achieve that as well.
Mockito is not providing us to mock private fields, static methods and constructors.
But using PowerMockito we can achieve that as well.
Comments
Post a Comment