套件: junit5 (5.3.2-5)
junit5 的相關超連結
Trisquel 的資源:
下載原始碼套件 junit5:
維護者:
Original Maintainers:
- Debian Java Maintainers (郵件存檔)
- Emmanuel Bourg
外部的資源:
- 主頁 [github.com]
相似套件:
JUnit regression test framework for Java
JUnit is a framework to write repeatable tests.
Unlike previous versions of JUnit, JUnit 5 is composed of several different modules from three sub-projects: JUnit Platform, JUnit Jupiter and JUnit Vintage.
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 a JUnit 4 based Runner for running any TestEngine on the platform in a JUnit 4 based environment. First-class support for the JUnit Platform also exists in popular IDEs and build tools.
JUnit Jupiter is the combination of the new 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.
JUnit Vintage provides a TestEngine for running JUnit 3 and JUnit 4 based tests on the platform.
其他與 junit5 有關的套件
|
|
|
-
- dep: junit4
- JUnit regression test framework for Java
-
- dep: libapiguardian-java
- Level of stability annotation for frameworks or applications
-
- dep: libopentest4j-java
- Open Test Alliance API
-
- dep: libpicocli-java
- Tiny command line interpreter library for Java applications
-
- dep: libsurefire-java
- Surefire test framework for Java
-
- dep: libunivocity-parsers-java
- Parsers for CSV, TSV and fixed width files