You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ". Ias" <ia...@hotmail.com> on 2004/12/16 09:48:46 UTC

[Axis2] Proposal for testing tool

I've used TestNG since its first release was out and found it provided many 
good features, in particular, useful for projects dealing with 
client/server and complex dependencies. It originally supported only J2SE 
5, but recently unveiled a new version with J2SE 1.4 support. Please visit 
http://www.beust.com/testng/ for more details. I'd like to propose adopting 
this test framework for Axis 2. Its license model has no problem because 
it's Apache :-)

Ias

P.S. Although it's not widely supported by most modern IDEs, but TestNG's 
ant task can be run (even in debug mode) from those IDEs.