Package org.camunda.community.bpmndt.api
package org.camunda.community.bpmndt.api
-
ClassDescriptionAbstractJUnit5TestCase<T extends AbstractTestCase<?>>Abstract superclass for JUnit 5 based test cases.AbstractTestCase<T extends AbstractTestCase<?>>Abstract superclass for test cases.Represents a concrete call activity during test case execution.Fluent API to handle call activities.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 useEventHandler.execute(Consumer)with a custom action, if the variable event isdelete.ExternalTaskClientHandler<T extends ExternalTaskHandler<?>>Fluent API to handle external tasks, implemented through an external task client.ExternalTaskHandler<T extends ExternalTaskHandler<?>>Fluent API to handle external tasks.Fluent API to handle jobs (asynchronous continuation and timer catch events).Possible job cardinalities.Fluent API for multi instance activities (call activities or tasks).MultiInstanceScopeHandler<T extends MultiInstanceScopeHandler<?>>Fluent API for multi instance scopes (sub processes or transactions).Fluent API to handle receive tasks.Fluent API to prepare and start the actual test case execution.Link between test case, and its execution, utilizing a process instance that was instantiated by aTestCaseExecutorand handlers (e.g.Fluent API to handle user tasks.