4.3. Test suite main ant targets

4.3.1. JavaDoc

Javadoc of Test Suite can be generated by using ant javadoc

The resulting documentation will be available in the tests/output/javadoc folder.

4.3.2. Compile

In the tests folder of the project (named EasyBeans by default), the command ant compile needs to be launched.

Once the command has been run successfully, output and tests/output folders are created and each one contains a subfolder classes. The output/classes contains the EasyBeans Server classes and the tests/output/classes contains the classes used by the test suite.