dev/Test

Spring boot Rest controller 유닛테스트

amuse1991 2019. 3. 22. 18:29

tutorials point 에 기본적인 내용은 모두 수록되어 있다.


튜토리얼을 따라하면 정상적으로 테스트가 수행된다.


[발생할 수 있는 오류]

1. 특정 bean을 찾을 수 없다는 에러(해결책)

ex) org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'io.github.yoonho.studytime.service.users.UsersServiceImpl' available