testng 6.9.12-4 source package in Ubuntu

Changelog

testng (6.9.12-4) unstable; urgency=medium

  * Team upload.

  [ Tiago Stürmer Daitx ]
  * d/p/remove-guava-dependency-pr1086.patch: apply upstream patch to
    remove guava dependency (Closes: #905675, LP: #1785896)

 -- tony mancill <email address hidden>  Wed, 08 Aug 2018 06:24:23 -0700

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
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel
Jammy release universe devel
Focal release universe devel

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
testng_6.9.12-4.dsc 2.0 KiB 7cd333165ed293e506630065722003cca46691b55640985649897fe862b17bfc
testng_6.9.12.orig.tar.gz 2.5 MiB 00ac96845eb77dce6424618811f908ceb372c0007ed5756d0511d29670bb5ca4
testng_6.9.12-4.debian.tar.xz 66.7 KiB 1cce5e5d6b9b07ce424f4612efa1528d28af0a415f7326cd8fef94515e724c82

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.