File: control

package info (click to toggle)
junit5 5.3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,676 kB
  • sloc: java: 59,560; xml: 559; makefile: 5
file content (50 lines) | stat: -rw-r--r-- 1,812 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: junit5
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper-compat (= 12),
 default-jdk,
 gradle-debian-helper,
 junit4,
 libapiguardian-java,
 libjengelman-shadow-java,
 libopentest4j-java,
 libpicocli-java,
 libsurefire-java,
 libunivocity-parsers-java,
 maven-repo-helper
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/java-team/junit5.git
Vcs-Browser: https://salsa.debian.org/java-team/junit5
Homepage: https://github.com/junit-team/junit5

Package: junit5
Architecture: all
Depends:
 ${misc:Depends},
 libapiguardian-java,
 libopentest4j-java,
 libunivocity-parsers-java
Description: 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.