Junit5는 JUnit Platform, JUnit Jupiter, JUnit Vintage 모듈이 있어야한다.
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.0'
testImplementation 'org.junit.platform:junit-platform-launcher:1.9.0'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.9.0'
참고 👇
https://junit.org/junit5/docs/current/user-guide/
반응형
'Test > Junit' 카테고리의 다른 글
[MockMvc] 테스트 시 redirect 여부 확인 (0) | 2022.09.17 |
---|---|
[MockMvc] Pageable (0) | 2022.09.17 |
Cannot resolve symbol 'WithMockUser' (0) | 2022.08.30 |
JUnit5 (0) | 2022.01.27 |