There are three core components in junit 5.
a. Platform
b. Jupiter
c. Vintage
Components Vintage, Jupiter are built on top of Platform component. Third party test libraries like Cucumber, Spock, Fitnesse can plug into junit 5 platform.
Platform
Platform is the foundational component. It is responsible to launch different testing frameworks on JVM.
Jupiter
JUnit Jupiter is the combination of the new programming model and extension model for writing tests and extensions in JUnit 5.
Vintage
Vintage allows you to run old junit3 and junit4 tests.
No comments:
Post a Comment