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
|
Source: jtharness
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Guillaume Mazoyer <respawneral@gmail.com>
Build-Depends: debhelper (>= 9), javahelper
Build-Depends-Indep: default-jdk,
default-jdk-doc,
ant,
junit4,
javahelp2,
librxtx-java,
libasm3-java,
libservlet3.1-java
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/jtharness.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/jtharness.git
Homepage: https://wiki.openjdk.java.net/display/CodeTools/JT+Harness
Package: libjtharness-java
Architecture: all
Depends: junit4,
librxtx-java,
libasm3-java,
libservlet3.1-java,
${java:Depends},
${misc:Depends}
Description: General purpose test harness for Java
The JT harness is a general purpose, fully-featured, flexible, and configurable
test harness very well suited for most types of unit testing. Originally
developed as a test harness to run TCK test suites, it has since evolved into a
general purpose test platform.
Package: libjtharness-java-doc
Section: doc
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}, libjtharness-java, javahelp2
Description: JT harness (documentation)
This is the javadoc for the libjtharness-java package.
.
The JT harness is a general purpose, fully-featured, flexible, and configurable
test harness very well suited for most types of unit testing. Originally
developed as a test harness to run TCK test suites, it has since evolved into a
general purpose test platform.
|