Monday 14 June 2021

Junit 5 Architecture

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.


Previous                                                    Next                                                    Home

No comments:

Post a Comment