JUnit5 란?
자바 개발자가 단위테스트 작성시 가장 많이 사용하는 테스트 프레임워크
https://junit.org/junit5/docs/current/user-guide/#overview-what-is-junit-5
JUnit 5 User Guide
Although the JUnit Jupiter programming model and extension model will not support JUnit 4 features such as Rules and Runners natively, it is not expected that source code maintainers will need to update all of their existing tests, test extensions, and cus
junit.org

- JUnit Platform
- JVM에서 테스트 프레임워크를 시작하기 위한 기반 역할
- Vintage
- JUnit3, JUnit4 지원하기 위한 TestEngine
- Jupiter
- JUnit5를 제공