Deep Shah's Blog
Coding is an art. Not everyone is an Artist!
Showing posts with label
private
.
Show all posts
Showing posts with label
private
.
Show all posts
Monday, June 7, 2010
How to supress methods and constructors using PowerMock
›
We have come a long way in our how-to series, demonstrating the power of PowerMocks (with the Mockito api). I hope you are liking it as mu...
Tuesday, May 25, 2010
How to partially mock a class and its private methods using PowerMock
›
Earlier, in the how-to series we had seen how-to mock constructors . In this post we will have a look at how-to partially mock classes and...
Tuesday, September 30, 2008
Ruby Private Methods
›
I have started learning ruby very recently and came across a very interesting visibility issue. We can never invoke private methods with an...
Home
View web version