Converting JUnit tests into TestNG controlled environment ---------------------------------------------------------
Key: ZOOKEEPER-394 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-394 Project: Zookeeper Issue Type: Test Components: tests Affects Versions: 3.1.1 Reporter: Konstantin Boudnik Fix For: 3.2.0 TestNG is a powerful test harness, which provides a lot of useful features like parallel test execution, test parametrization, and such. ZooKeeper uses JUnit (v.4.4) environment instead which certainly should help to ease the conversion I'd suggest to convert ZooKeeper's Junit based test infrastructure into TestNG controller environment, which will allow to achieve higher level of test execution control in the long run. The same conversion has been already performed for Avro project (see https://issues.apache.org/jira/browse/AVRO-26) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.