스프링 테스트 썸네일형 리스트형 [스프링| 스프링 입문 | 코드로 배우는 스프링] 스프링 통합 테스트 package hello.hellospring.service;import hello.hellospring.domain.Member;import hello.hellospring.repository.MemberRepository;import org.junit.jupiter.api.Test;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.boot.test.context.SpringBootTest;import static org.assertj.core.api.Assertions.assertThat;import static org.junit.jupiter.api.Assertions.assertThrows.. 더보기 이전 1 다음