val loginService = Mockito.mock(ILoginService::class.java). 有了這個假物件後,我們可以使用 when 跟 verify 來做一些互動的操作與檢查: ...
確定! 回上一頁