[테스크 코드] 단순 오류

코린이서현이·2023년 11월 12일
0

오류해결👍

목록 보기
5/12

⚠️ 테스트 코드에서 오류 발생

org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'test': 
Instantiation of bean failed; 
nested exception is org.springframework.beans.BeanInstantiationException: 
Failed to instantiate [org.junit.jupiter.api.Test]: 
Specified class is an interface
"ApplicationContext ac = new AnnotationConfigApplicationContext(TestConfig.class);"`
➡️ 여기서 그냥 `Test.class` 로 하는 바람에, 이게 클래스가 아니고 인터페이스다~~ 라는 오류가 뜬 것!
✔️ 에러 메시지를 읽고 잘 해결해서 뿌듯하다.~
profile
24년도까지 프로젝트 두개를 마치고 25년에는 개발 팀장을 할 수 있는 실력이 되자!

0개의 댓글