테스트코드2 [스프링 부트와 AWS로 혼자 구현하는 웹 서비스] 2장 TEST 코드 더보기 package com.jojoldu.book.springboot; import com.jojoldu.book.springboot.web.HelloController; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest; import org.springframework.test.context.junit.jupiter.SpringExtension; //impo.. 2022. 6. 22. [IntelliJ]No tests found for given includes: 오류 해결법 File > Settings (Ctrl + shift + s) > Build,Excevution, Deployment > Build Tools > Gradle 선택 Gradel로 되어있는 두 부분을 IntelliJ IDEA 로 변경 -> 해결! 2022. 6. 21. 이전 1 다음