leelee.log
(팁-스프링) Junit5 테스트 환경- 기본세팅, Mockmvc, Mock, 본문
코드에서 많이들 사용하는 @Runwith(SpringRunner.class)는 Junit4에서 사용되는 형식이었고 Junit5에서 동일하게 테스트를 하고 싶은 경우에는 @ExtendWith(SpringExtension.class)를 사용하면 된다. @SpringBootTest 어노테이션은 계속 동일하게 사용된다.
'읽어볼 자료 아카이빙' 카테고리의 다른 글
(팁-리눅스) su, su -, sudo 차이 (0) | 2020.03.17 |
---|---|
(팁-리눅스) vmware에 설치된 ubuntu에 wi-fi 연결하기 (0) | 2020.03.13 |
(팁-git)remote branch local에 가져오는 방법 (0) | 2020.03.12 |
(팁-프론트)javascript를 jetbrain 툴로 디버깅 하는 방법 (0) | 2020.03.01 |
(팁-스프링) @Profile과 @ActiveProfiles의 차이 (0) | 2020.02.09 |