@SpringBootConfiguration은 뭐지??
테스트시 Profile 설정
@ActiveProfile("test")
https://wooyoung85.tistory.com/20
스프링부트 기능 - 테스트 (수정중)
스프링 부트 레퍼런스 문서를 보면서 번역 및 정리를 한 문서 입니다. 잘못 해석한 부분이 있을 수 있으니 정확한 정보는 Part IV. Spring Boot features - 43. Testing 를 참고하시기 바랍니다. Ⅳ장 부터는
wooyoung85.tistory.com
Spring boot starter test 와 Junit5를 이용한 테스트
Junit 5 & Spring Test을 이용한 TDD 환경 세팅 기본 세팅 @ExtendWith(SpringExtension.class) @SpringBootTest(classes = KkApplication.class) @ActiveProfiles("test") public abstract class SpringTestSuppo..
effectivesquid.tistory.com
http://hyper-cube.io/2017/08/06/spring-boot-test-1/
Spring Boot에서 테스트를 - 1 · hyper-cube.io
Spring Boot에서 테스트를 - 1 06 Aug 2017 by Kyeongwon Seo Spring Boot에서 테스트를 - 1 Spring Boot는 애플리케이션을 테스트하기 위한 많은 유틸 어노테이션을 제공합니다. Spring boot에서 테스트 모듈dms spring-bo
hyper-cube.io
'spring-test' 카테고리의 다른 글
spring-boot-test - 두번째 (0) | 2022.06.02 |
---|---|
JUnit5 Test (0) | 2020.03.14 |
junit test에서 ContextLoaderListener을 이용해야 할 경우 (0) | 2018.11.22 |