File: control

package info (click to toggle)
junit5 5.10.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,748 kB
  • sloc: java: 98,014; xml: 1,840; sh: 148; ruby: 111; javascript: 59; makefile: 2
file content (51 lines) | stat: -rw-r--r-- 1,882 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
51
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 (= 13),
 default-jdk,
 javahelper,
 junit4,
 libapiguardian-java,
 libbuild-helper-maven-plugin-java,
 libhamcrest-java,
 libmaven-shade-plugin-java,
 libopentest4j-java,
 libopentest4j-reporting-java,
 libpicocli-java,
 libsurefire-java,
 libunivocity-parsers-java,
 maven-debian-helper,
 maven-repo-helper
Standards-Version: 4.7.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
Rules-Requires-Root: no

Package: junit5
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
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.