testng7 7.5~us1-0ubuntu1 source package in Ubuntu

Changelog

testng7 (7.5~us1-0ubuntu1) lunar; urgency=medium

  * New upstream release 7.5, packaged as a separate source and binary,
    required for jtreg version 6 and 7 (LP: #2012320).
  * d/p/build-with-gradle.patch: provide Groovy Gradle build.

 -- Vladimir Petko <email address hidden>  Wed, 22 Mar 2023 16:42:42 +1300

Upload details

Uploaded by:
Vladimir Petko
Sponsored by:
William Wilson
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe java

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
testng7_7.5~us1.orig.tar.gz 765.7 KiB 6408b07da5dcc451d7fa3257f7aa432c7380d2a572e1463b132635e1e5d4173f
testng7_7.5~us1-0ubuntu1.debian.tar.xz 5.9 KiB 36006002883e7f576f527d9a2d368807d59b2e5529d4c4d379c077814bd24276
testng7_7.5~us1-0ubuntu1.dsc 2.2 KiB 837482a71d7e0329aa0ecfd01055c8cd921358025871da46834a663cadafc5d4

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.