staticMock 썸네일형 리스트형 [Junit5] org.mockito.exceptions.misusing.MissingMethodInvocationException AuthService 단위 테스트를 작성하던 도중 JwtTokenUtils 내부의 static method를 mocking하고 테스트를 진행하니 다음과 같은 에러가 발생하였다. org.mockito.excptions.misusing.MissingMethodInvocationException: when() requires an argument which has to be 'a method call on a mock'. For example: when(mock.getArticles()).thenReturn(articles); Also, this error might show up because: 1. you stub either of: final/private/equals()/hashCode() method.. 더보기 이전 1 다음