Is JUnit Jupiter JUnit 5?

Is JUnit Jupiter JUnit 5?

In JUnit 5, JUnit Jupiter combines the new programming paradigm with the extension model for writing tests and extensions. In addition, the Jupiter sub-project provides a TestEngine for performing Jupiter-based tests on the infrastructure.

Read more on how to run JUnit tests in Jupiter.