testng 6.9.12-2 source package in Ubuntu

Changelog

testng (6.9.12-2) unstable; urgency=medium

  * Team upload.
  * Added a relocation pom redirecting the version '6.x' to 'debian'
  * Standards-Version updated to 4.1.0
  * Switch to debhelper level 10

 -- Emmanuel Bourg <email address hidden>  Fri, 15 Sep 2017 11:17:33 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe devel

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
testng_6.9.12-2.dsc 2.0 KiB c71a9a11482c0b40842f7e5a89fad6f655d56c1094862fde04c27a8f4571f6d8
testng_6.9.12.orig.tar.gz 2.5 MiB 00ac96845eb77dce6424618811f908ceb372c0007ed5756d0511d29670bb5ca4
testng_6.9.12-2.debian.tar.xz 66.0 KiB e2c64f9893c706f6aa32832d94d44c78369ab3178ce40ced37c4db18a8b3ba71

Available diffs

No changes file available.

Binary packages built by this source

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