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 45 46 47 48
|
Source: testng7
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Vladimir Petko <vladimir.petko@canonical.com>, Matthias Klose <doko@debian.org>
Build-Depends:
ant,
debhelper-compat (=13),
default-jdk,
junit4,
libbsh-java,
libbuild-helper-maven-plugin-java,
libguice-java,
libjcommander-java,
libmaven-bundle-plugin-java,
libyaml-snake-java (>= 2.5+ds),
maven-repo-helper,
gradle-debian-helper,
libassertj-core-java
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/java-team/testng.git
Vcs-Browser: https://salsa.debian.org/java-team/testng
Homepage: http://testng.org
Package: libtestng7-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Conflicts: testng
Multi-Arch: foreign
Description: testing framework for Java
TestNG is a testing framework inspired from JUnit and NUnit but introducing
some new functionalities that make it more powerful and easier to use, such as:
* Annotations.
* Run your tests in arbitrarily big thread pools with various policies
available (all methods in their own thread, one thread per test class, etc.)
* Test that your code is multithread safe.
* Flexible test configuration.
* Support for data-driven testing (with @DataProvider).
* Support for parameters.
* Powerful execution model (no more TestSuite).
* Supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven, etc.)
* Embeds BeanShell for further flexibility.
* Default JDK functions for runtime and logging (no dependencies).
* Dependent methods for application server testing.
TestNG is designed to cover all categories of tests:
unit, functional, end-to-end, integration, etc.
|