testng 6.8.7-2 source package in Ubuntu

Changelog

testng (6.8.7-2) unstable; urgency=low


  * Team upload
  * Upload to unstable

 -- Sylvestre Ledru <email address hidden>  Mon, 21 Oct 2013 15:53:15 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
testng_6.8.7-2.dsc 1.4 KiB 4f30b717e20b9baa72a54eb85c52cd6e283644d56625840c356b41993a04cfb4
testng_6.8.7.orig.tar.xz 1.8 MiB 37f10d1f3305864d51f085109b25bbbef95f393cd06785ab66a0cc1c2cd8fe86
testng_6.8.7-2.debian.tar.gz 3.8 KiB 86b7dd955611bff0438503e90bc4db8da2f8fa29d74209910e88f9bf09ea3747

No changes file available.

Binary packages built by this source

testng: testing framework for Java

 TestNG is a testing framework inspired by JUnit and NUnit but
 introducing some new functionalities that make it more powerful and
 easier to use, such as:
 .
     * JDK 5 annotations
     * Flexible test configuration
     * Support for data-driven testing
     * Support for parameters
     * Distribution of tests on slave machines
     * Powerful execution model (no more TestSuite)
     * Embeds BeanShell for further flexibility
 .
 TestNG is designed to cover all categories of tests, including unit,
 functional, end-to-end and integration tests.