is there a javadoc for BonitaTestToolkit

1
0
-1

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

1 answer

1
0
-1

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

Notifications