Java/Mockito
How to method test
i5
2021. 10. 8. 01:43
반응형
verify(repository).getRecentNews()
verify(repository, times(1)).getRecentNews();
반응형