testng 5.11+dfsg-2ubuntu2 source package in Ubuntu

Changelog

testng (5.11+dfsg-2ubuntu2) oneiric; urgency=low

  * Fix FTBFS (LP: #829508):
    - d/patches/debian/junitconvertor-test-fix.diff: Switch from use of
      deprecated parameters attribute in @Test to using @Parameters to
      ensure that JUnitConvertor Test passes.
 -- James Page <email address hidden>   Tue, 20 Sep 2011 12:15:27 +0100

Upload details

Uploaded by:
James Page
Sponsored by:
Matthias Klose
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
testng_5.11+dfsg.orig.tar.gz 661.2 KiB b52c7ce267ec800684893d836584fb57102b4398d7400ae57d469139910be244
testng_5.11+dfsg-2ubuntu2.debian.tar.gz 14.1 KiB 8958fed1607ee9209df06d62f375ab810baae16634ef7a37910a530c0e627889
testng_5.11+dfsg-2ubuntu2.dsc 1.4 KiB 2862d121df7e51b863d4c1e27740f94dc051c8f4bae7412dc1b091e28bcd0102

View changes file

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.

testng-doc: documentation for TestNG

 This package contains the API documentation and samples for TestNG.
 .
 TestNG is a testing framework inspired by JUnit and NUnit but
 introducing some new functionalities that make it more powerful and
 easier to use.