| Class | Description |
|---|---|
| AbstractJUnit4TestCase<T extends AbstractTestCase<?>> |
Abstract superclass for JUnit 4 based test cases.
|
| AbstractJUnit5TestCase<T extends AbstractTestCase<?>> |
Abstract superclass for JUnit 5 based test cases.
|
| AbstractTestCase<T extends 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).
|
| MultiInstanceHandler<T extends MultiInstanceHandler<?,?>,U> |
Fluent API for multi instance activites (call activities or tasks).
|
| MultiInstanceScopeHandler<T extends 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.
|
| Enum | Description |
|---|---|
| JobHandler.Cardinality |
Possible job cardinalities.
|
Copyright © 2023 Camunda Services GmbH. All rights reserved.