Using the TestSetGenerator
To use the TestSetGenerator you have to add the
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
Running the Unit Tests and Examples
If you also want to run the unit tests, make sure that you have added the
|