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
|
Source: testng
Section: java
Priority: optional
Maintainer: Marcus Better <marcus@better.se>
Build-Depends: debhelper (>= 7.3.5), ant
Build-Depends-Indep: default-jdk, ant-optional, junit, bsh, libqdox-java (>= 1.9), libbackport-util-concurrent-java, maven-repo-helper
Standards-Version: 3.8.4
Homepage: http://testng.org
Vcs-Git: git://git.debian.org/git/collab-maint/testng.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/testng.git
Package: testng
Architecture: all
Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, bsh, libqdox-java (>= 1.9)
Recommends: libbackport-util-concurrent-java
Suggests: java-virtual-machine, ant, ant-optional, testng-doc
Description: testing framework for Java
TestNG is a testing framework inspired by JUnit and NUnit but
introducing some new functionalities that make it more powerful and
easier to use, such as:
.
* JDK 5 annotations
* Flexible test configuration
* Support for data-driven testing
* Support for parameters
* Distribution of tests on slave machines
* Powerful execution model (no more TestSuite)
* Embeds BeanShell for further flexibility
.
TestNG is designed to cover all categories of tests, including unit,
functional, end-to-end and integration tests.
Package: testng-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: testng
Description: documentation for TestNG
This package contains the API documentation and samples for TestNG.
.
TestNG is a testing framework inspired by JUnit and NUnit but
introducing some new functionalities that make it more powerful and
easier to use.
|