Javadoc of Test Suite can be generated by using ant javadoc
The resulting documentation will be available in the
tests/output/javadoc
folder.
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.