testng 6.9.12-2ubuntu1 source package in Ubuntu

Changelog

testng (6.9.12-2ubuntu1) bionic; urgency=medium

  * Backport patch from disco to fix OpenJDK 11 FTBFS in Bionic. (LP: #1814133)
    - d/p/remove-guava-dependency-pr1086.patch: apply upstream patch to
      remove guava dependency (Closes: #905675, LP: #1785896)

 -- Tiago Stürmer Daitx <email address hidden>  Thu, 31 Jan 2019 19:13:18 +0000

Upload details

Uploaded by:
Tiago Stürmer Daitx
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe devel
Bionic security universe devel

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
testng_6.9.12.orig.tar.gz 2.5 MiB 00ac96845eb77dce6424618811f908ceb372c0007ed5756d0511d29670bb5ca4
testng_6.9.12-2ubuntu1.debian.tar.xz 66.8 KiB c067edcbf34a59408a88832560c8bf78951d760498780ffb0b4ba91147f62448
testng_6.9.12-2ubuntu1.dsc 2.2 KiB eb7c9e1fa9d3866c8079da444b79d7394efd32cad0752faa1673c5ba8fcb7065

View changes file

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.