| Package | Description |
|---|---|
| org.camunda.community.bpmndt.api | |
| org.camunda.community.bpmndt.api.cfg |
| Class and Description |
|---|
| AbstractTestCase
Abstract superclass for test cases.
|
| CallActivityDefinition
Represents a concrete call activity during test case execution.
|
| CallActivityHandler
Fluent API to handle call activities.
|
| EventHandler
Fluent API to handle conditional, message and signal intermediate catch or boundary events.
Please note: Since conditional events rely on an expression to evaluate true, their wait state cannot be handled automatically - set variables or use EventHandler.execute(Consumer) with a custom
action, if the variable event is delete. |
| ExternalTaskHandler
Fluent API to handle external tasks.
|
| JobHandler
Fluent API to handle jobs (asynchronous continuation and timer catch events).
|
| JobHandler.Cardinality
Possible job cardinalities.
|
| MultiInstanceHandler
Fluent API for multi instance activites (call activities or tasks).
|
| MultiInstanceScopeHandler
Fluent API for multi instance scopes (sub processes or transactions).
|
| TestCaseExecutor
Fluent API to prepare and start the actual test case execution.
|
| TestCaseInstance
Link between test case and it's execution, utilizing a process instance that was instantiated by
a
TestCaseExecutor and handlers (e.g. |
| UserTaskHandler
Fluent API to handle user tasks.
|
| Class and Description |
|---|
| TestCaseInstance
Link between test case and it's execution, utilizing a process instance that was instantiated by
a
TestCaseExecutor and handlers (e.g. |
Copyright © 2022 Camunda Services GmbH. All rights reserved.