Collections:
What Is JUnit (Java Unit) 5
What Is JUnit (Java Unit) 5?
✍: Guest
JUnit (Java Unit) 5 is a more complex system to write repeatable tests for Java applications.
It is composed of several different modules from three different sub-projects.
1. The JUnit Platform - Serves as a foundation for launching testing frameworks on the JVM. It also defines the TestEngine API for developing a testing framework that runs on the platform. Furthermore, the platform provides a Console Launcher to launch the platform from the command line and the JUnit Platform Suite Engine for running a custom test suite using one or more test engines on the platform. First-class support for the JUnit Platform also exists in popular IDEs (see IntelliJ IDEA, Eclipse, NetBeans, and Visual Studio Code) and build tools (see Gradle, Maven, and Ant).
2. JUnit Jupiter - Is the combination of the programming model and extension model for writing tests and extensions in JUnit 5. The Jupiter sub-project provides a TestEngine for running Jupiter based tests on the platform.
3. JUnit Vintage - Provides a TestEngine for running JUnit 3 and JUnit 4 based tests on the platform. It requires JUnit 4.12 or later to be present on the class path or module path.
The diagram below shows you the architecture the JUnit 5 system:
alt="JUnit 5 System Architecture"/>
For more information, see JUnit Website
⇐ Introduction of JUnit (Java Unit) 5
2025-04-03, ∼423🔥, 0💬
Popular Posts:
How to generate date and time test values? Timestamp values are frequently needed in testing almost ...
In what order thread groups are executed in JMeter? Thread groups, including regular "Thread Groups"...
What are JMeter command line options? You can get see JMeter command line options by running this co...
How to see my IP address Host Name? To help you to see your IP Address Host Name, FYIcenter.com has ...
Where to find tutorials on Selenium test tools? I want to know how to use Selenium. Here is a large ...