testng7 7.5-2 source package in Ubuntu

Changelog

testng7 (7.5-2) unstable; urgency=medium

  * Source-only upload.

 -- Matthias Klose <email address hidden>  Thu, 15 Jun 2023 20:21:39 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe java
Noble release universe java
Mantic release universe java

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
testng7_7.5-2.dsc 2.2 KiB 4d78c1fdb0131d7e89bb9ddff11d43da615278b41cc7d0a480f48eff4aabc257
testng7_7.5.orig.tar.gz 765.7 KiB 6408b07da5dcc451d7fa3257f7aa432c7380d2a572e1463b132635e1e5d4173f
testng7_7.5-2.debian.tar.xz 5.9 KiB fd14039ff034c6abce95e4064127cb5b4b06c3bb7ab96f0862694aa468a6e2ef

No changes file available.

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.