본문 바로가기

dev/Test

Spring boot Rest controller 유닛테스트

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


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


[발생할 수 있는 오류]

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

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




'dev > Test' 카테고리의 다른 글

mirage.js with react.js  (0) 2022.02.12
Jest import (ESM)기능 활성화하기 (with 프로그래머스 과제관)  (0) 2021.08.11
Mock vs Stub  (0) 2019.03.26
Spring boot에서 JPA 테스트하기  (0) 2019.03.25
TDD 개념 정리  (0) 2019.03.22