본문 바로가기
spring

DisplayName관련 오류

by kcj3054 2021. 10. 27.
  • 테스트 코드를 쓰다가 @Test밑에 @DisplayName을 적어주면 결과창에 해당 이름이 뜨는데 갑자기 displayName이 적용이 되지않았다
  • 이유를 생각해보니 혹시 한글이 깨지는가 싶어서 구글링을 하여서 help -> Edit Custom VM에서 -Dfile.encoding=UTF-8을 추가하면 된다고 보았다..적용을 하였으나 실패...
  • 이후에 다시 찾아보니 인텔리제이 설정에서 현재 gradel로 되어있는데 intellij로 변경하니 되었다.. settings로 들어가서 build tool을 고치면된다...

출처 :
http://jmlim.github.io/intellij/2020/03/02/intellij-junit5-display-name-did-not-show-issue/
https://itchipmunk.tistory.com/421

'spring' 카테고리의 다른 글

ocp, di, srp  (0) 2021.12.02
spring,... intellij 디버그  (2) 2021.11.30
객체지향  (0) 2021.10.26
srpingboot jpa domain 작성  (0) 2021.08.14
springboot, mysql연결  (0) 2021.08.14