I was learning mockito and I understood the basic usages of the above mentioned functions from the link.
But I would like to know whether it can be used for any othe
If you are testing a logic class and it is calling some internal void methods the doNothing is perfect.