I am new to mockito... What I am trying to do is to use mockito and System.print out the number of times that a certain method was called...
For example, The numer of times that the Class.doSomething() was called: n times
I guess we need to use verify() or Invocations but I have been searching up about this for hours but have not found any solutions...
Can someone please help me with this?
Thanks!