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.
|