DOC

org.camunda.bpm.extension : camunda-bpm-assert-scenario

Maven & Gradle

May 30, 2021
10 usages
64 stars

camunda-platform-scenario-deprecated · Camunda Platform Scenarios allow you to specify the actions needed at process wait states before you start the process run. As a consequence, writing process tests becomes "behavioral" as well as easier and faster than ever before. Refactoring and changing large process models and their test suites can almost be done in the blink of an eye: ;-) Done! Check it out and judge yourself!

Table Of Contents

Latest Version

Download org.camunda.bpm.extension : camunda-bpm-assert-scenario Javadoc & API Documentation - Latest Versions:

All Versions

Download org.camunda.bpm.extension : camunda-bpm-assert-scenario Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x
1.1.x
1.0.x
0.2
0.1

How to open Javadoc JAR file in web browser

  1. Rename the file camunda-bpm-assert-scenario-2.0.0.alpha.2-javadoc.jar to camunda-bpm-assert-scenario-2.0.0.alpha.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder camunda-bpm-assert-scenario-2.0.0.alpha.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "camunda-bpm-assert-scenario-2.0.0.alpha.2-sources.jar" -d "camunda-bpm-assert-scenario-2.0.0.alpha.2-javadoc" -subpackages