JUnit5 썸네일형 리스트형 [Junit5] JPA metamodel must not be empty! Spring-Boot 환경에서 Junit5를 사용한 Controller 단위 테스트를 진행하는 도중, 다음과 같은 에러가 발생하였다. Caused by: java.lang.IllegalArgumentException: JPA metamodel must not be empty! Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jpaMappingContext': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: JPA metamodel must not be empty! 원.. 더보기 [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 다음