Is there a javadoc for BonitaTestToolkit

Hello,

 

I'd like to know what are all the possible methods to use with BonitaTestToolkit ...

Currently I'm using version 1.0.1

Please let me know if it is available.

-Rudy

Hi Rudy,

Yes, javadoc is provided with the test-toolkit as a maven artifact with javadoc classifier.

The most convenient approach is to let your IDE download the sources classifier jar. You will have access to contextual javadoc directly thanks to content assist tools (depending on your IDE).

HTH
Romain