728x90
에러내용.
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.studyolle.settings.profileTest': Unsatisfied dependency expressed through field 'mockMvc'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.test.web.servlet.MockMvc' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.test.web.servlet.MockMvc'
해결방법 : @AuthConfigureWebMvc로 해서 오류가 났었습니다. @AuthConfigureMockMvc로 수정하니 잘되었습니다.
728x90
'SpringBoot > 테스트코드' 카테고리의 다른 글
단위테스트에서 여러 properties 중 한 개만 지정하기 (0) | 2020.08.22 |
---|---|
단위테스트에서 FK관계에서 발생한 DataIntegrityViolationException 에러 (0) | 2020.08.20 |
JUnit4와 JUnit5의 차이점. (0) | 2020.07.19 |
[SecurityTest]로그인 인증 테스트 방법 (0) | 2020.07.19 |
[JUnit4-5]JUnit 버전에 따른 어노테이션 사용법 (0) | 2020.07.11 |
댓글