testng7 7.5~us1-0ubuntu1~18.04 source package in Ubuntu

Changelog

testng7 (7.5~us1-0ubuntu1~18.04) bionic-security; urgency=medium

  * Backport OpenJDK jtreg dependency

 -- Vladimir Petko <email address hidden>  Fri, 05 May 2023 11:27:21 +0200

Upload details

Uploaded by:
Vladimir Petko
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 java
Bionic security universe java

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
testng7_7.5~us1.orig.tar.gz 765.7 KiB 6408b07da5dcc451d7fa3257f7aa432c7380d2a572e1463b132635e1e5d4173f
testng7_7.5~us1-0ubuntu1~18.04.debian.tar.xz 6.0 KiB 9c2d57a224e5a8e060bc313fdb075181cde5b16a96459592f15820717e07ca66
testng7_7.5~us1-0ubuntu1~18.04.dsc 2.1 KiB 59c63cbcaa72133e3b885c41ae5ef148d5584ded6b3dce43db49f887330a4fa4

View changes file

Binary packages built by this source

libtestng7-java: 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.