"Javing" is the present continuous form of "to program in Java".
Here you will find: code snippets, examples, tips, tricks, tutorials, best practices, miscellaneous and much more.
Enjoy your Javing!
Pages
▼
Monday, April 10, 2017
Mocking static method calls
Very simple example on how we can use method delegation to enable unit testing where there is a dependency to an static method call.
No comments:
Post a Comment