Using the TestSetGenerator

To use the TestSetGenerator you have to add the AntTestSetGen jar file to your classpath, or copy this jar file to the Ant's lib directory.

then add the folowing task definition to your build file.

<taskdef name="testsetgenerator" classname="net.sourceforge.anttestsetgen.TestSetGenerator"/>

Now you are ready to use the TestSetGenerator.

Using Java classes generated by the TestSetGenerator

To use the Java classes generated by the TestSetGenerator you have to add the AntTestSetGen and the xstream jar files to your classpath.

Running the Unit Tests and Examples

If you also want to run the unit tests, make sure that you have added the AntTestSetGen , HSQLDB , junit , xstream and the JDK tools jar files to your classpath.