(Test) JUit5 확장모델
2020. 1. 1. 22:25
JUnit 4의 확장 모델은 @RunWith(Runner), TestRule, MethodRule. JUnit 5의 확장 모델은 단 하나, Extension. https://junit.org/junit5/docs/current/user-guide/#extensions 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 test..