이 문서는 SpringBoot2.0 의 기본인 Junit4 대신에 Junit5를 적용해보면서 정리해봅니다. (기준 버전 junit 5.5.1, SpringBoot 2.0 버전) 공식 문서의 축약 버전입니다. 참고. SpringBoot 2.2.0 버전에서는 junit5 에서는 기본으로 변경됨. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.2-Release-Notes#junit-5 JUnit5 ? JUnit 5은 기존버전과 다르게 3개의 sub-project로 이뤄져있다. JUnit 5 = JUnit Platform + JUnit Jupiter + JUnit Vintage JUnit Platform : JVM 기반 테스팅 프레임워크를 ..