File: control

package info (click to toggle)
junit5-system-exit 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: java: 795; sh: 128; makefile: 23
file content (30 lines) | stat: -rw-r--r-- 933 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
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,
 libasm-java,
 libassertj-core-java,
 libbyte-buddy-java,
Standards-Version: 4.7.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.