2014/03/05

[junit] Mockito verify and any

在 Mockito 使用 verify 某一 method 是否有執行時,因為該 method 其中一個變數型別是 long ,但不需要驗證該變數,打算用 any 來代表接受任何的 value。