File: control

package info (click to toggle)
junit5-system-exit 1.1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: java: 622; sh: 128; makefile: 20
file content (27 lines) | stat: -rw-r--r-- 875 bytes parent folder | download | duplicates (2)
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
Source: junit5-system-exit
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Jérôme Charaoui <jerome@riseup.net>,
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 gradle-debian-helper,
 javahelper,
 junit5,
 maven-repo-helper,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/junit5-system-exit.git
Vcs-Browser: https://salsa.debian.org/java-team/junit5-system-exit
Homepage: https://github.com/tginsberg/junit5-system-exit

Package: libjunit5-system-exit-java
Architecture: all
Depends:
 junit5,
 ${misc:Depends},
Description: JUnit5 Extension to help write tests that call System.exit()
 This JUnit 5 Extension helps you write tests for code that calls System.exit().
 Starting with JUnit 5, @Rules, @ClassRules, and Runners were replaced by the
 Extension concept.