Posted 2019-02-01Updated 2023-08-15 HyeonGuJ spring5 minutes read (About 731 words)spring boot - @Test로 Controller API 호출 테스트하기 (통합테스트)spring boot 통합 테스트스프링 부트로 web 서버를 개발.client 입장에서 url로 호출시 controller가 잘동작 하는지 테스트하려고 한다.Read more
Posted 2019-01-31Updated 2023-08-15 HyeonGuJ spring8 minutes read (About 1246 words)spring mvc 에서 unit test 구현 (Controller, Service, DAO)Unit test 구현Spring MVC 구조에서 역할에 따른 Unit testRead more