본문 바로가기

Spring/에러

[Junit5테스트 에러] Parameter 0 of constructor in {###} required a bean of type '{###}' that could not be found.

Junit5로 테스트를 하는 도중 에러가 났다.

빈으로 등록을 해주지 않아서 생긴 문제였다...

@MockBean을 등록해주어야 한다.

 

삽질 끝

'Spring > 에러' 카테고리의 다른 글

HTTP상태코드  (0) 2023.12.05
[Spring] Redis Error creating bean with name 오류  (1) 2023.11.25
[Spring][error]parameter 0 of constructor in  (0) 2023.11.22