File: control

package info (click to toggle)
opentest4j 1.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 300 kB
  • sloc: java: 562; xml: 295; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,167 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: opentest4j
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,
 gradle-debian-helper,
 junit4,
 maven-repo-helper
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/opentest4j.git
Vcs-Browser: https://salsa.debian.org/java-team/opentest4j
Homepage: https://github.com/ota4j-team/opentest4j
Rules-Requires-Root: no

Package: libopentest4j-java
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Open Test Alliance API
 Open source project to provide a minimal common foundation for testing
 libraries on the JVM. The primary goal of the project is to enable testing
 frameworks like JUnit, TestNG, Spock, etc. and third-party assertion
 libraries like Hamcrest, AssertJ, etc. to use a common set of exceptions
 that IDEs and build tools can support in a consistent manner across all
 testing scenarios -- for example, for consistent handling of failed
 assertions and failed assumptions as well as visualization of test execution
 in IDEs and reports.