Index

A B C D E F G H I J L M O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractAssertions - Class in org.camunda.bpm.engine.test.assertions.bpmn
 
AbstractAssertions() - Constructor for class org.camunda.bpm.engine.test.assertions.bpmn.AbstractAssertions
 
AbstractCaseAssert<S extends AbstractCaseAssert<S,A>,A extends org.camunda.bpm.engine.runtime.CaseExecution> - Class in org.camunda.bpm.engine.test.assertions.cmmn
 
AbstractCaseAssert(ProcessEngine, A, Class<?>) - Constructor for class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
 
AbstractProcessAssert<S extends AbstractProcessAssert<S,A>,A> - Class in org.camunda.bpm.engine.test.assertions.bpmn
 
AbstractProcessAssert(ProcessEngine, A, Class<?>) - Constructor for class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
AssertionsLogger - Class in org.camunda.bpm.engine.test.assertions
 
AssertionsLogger() - Constructor for class org.camunda.bpm.engine.test.assertions.AssertionsLogger
 
assertThat(ExternalTask) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Assert that...
assertThat(ProcessEngine, ExternalTask) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.ExternalTaskAssert
 
assertThat(ProcessEngine, CaseDefinition) - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseDefinitionAssert
 
assertThat(ProcessEngine, ProcessDefinition) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessDefinitionAssert
 
assertThat(ProcessEngine, CaseExecution) - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
 
assertThat(ProcessEngine, CaseExecution) - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseTaskAssert
 
assertThat(ProcessEngine, CaseExecution) - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.HumanTaskAssert
 
assertThat(ProcessEngine, CaseExecution) - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.MilestoneAssert
 
assertThat(ProcessEngine, CaseExecution) - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.ProcessTaskAssert
 
assertThat(ProcessEngine, CaseExecution) - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 
assertThat(ProcessEngine, CaseInstance) - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseInstanceAssert
 
assertThat(ProcessEngine, Job) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.JobAssert
 
assertThat(ProcessEngine, ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.CalledProcessInstanceAssert
 
assertThat(ProcessEngine, ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
 
assertThat(ProcessEngine, Task) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
 
assertThat(CaseDefinition) - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareTests
Assert that...
assertThat(ProcessDefinition) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Assert that...
assertThat(CaseExecution) - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareTests
Assert that...
assertThat(CaseInstance) - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareTests
Assert that...
assertThat(Job) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Assert that...
assertThat(ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Assert that...
assertThat(Task) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Assert that...
authorizationService() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access AuthorizationService

B

BpmnAwareTests - Class in org.camunda.bpm.engine.test.assertions.bpmn
Convenience class to access only camunda *BPMN* related Assertions PLUS helper methods.
BpmnAwareTests() - Constructor for class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
 

C

calledProcessInstance() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only called process instance currently available in the context of the last asserted process instance.
calledProcessInstance() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Enter into a chained process instance assert inspecting the one and mostly one called process instance currently available in the context of the process instance under test of this ProcessInstanceAssert.
calledProcessInstance(String) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only called process instance with the given processDefinitionKey currently available in the context of the last asserted process instance.
calledProcessInstance(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Enter into a chained process instance assert inspecting the one and mostly one called process instance of the specified process definition key currently available in the context of the process instance under test of this ProcessInstanceAssert.
calledProcessInstance(String, ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only called process instance with the given processDefinitionKey currently available in the context of the given process instance.
calledProcessInstance(ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only called process instance currently available in the context of the given process instance.
calledProcessInstance(ProcessInstanceQuery) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only called process instance compliant to a given processInstanceQuery and currently available in the context of the last asserted process instance.
calledProcessInstance(ProcessInstanceQuery) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Enter into a chained process instance assert inspecting a called process instance called by and currently available in the context of the process instance under test of this ProcessInstanceAssert.
calledProcessInstance(ProcessInstanceQuery, ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only called process instance compliant to a given processInstanceQuery and currently available in the context of the given process instance.
CalledProcessInstanceAssert - Class in org.camunda.bpm.engine.test.assertions.bpmn
 
CalledProcessInstanceAssert(ProcessEngine, ProcessInstance) - Constructor for class org.camunda.bpm.engine.test.assertions.bpmn.CalledProcessInstanceAssert
 
CaseDefinitionAssert - Class in org.camunda.bpm.engine.test.assertions.cmmn
 
CaseDefinitionAssert(ProcessEngine, CaseDefinition) - Constructor for class org.camunda.bpm.engine.test.assertions.cmmn.CaseDefinitionAssert
 
caseDefinitionQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
caseDefinitionQuery() - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareTests
Helper method to easily create a new CaseDefinitionQuery.
caseExecution(String, CaseInstance) - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareTests
Helper method to find any CaseExecution in the context of a CaseInstance.
caseExecution(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Retrieve a child CaseExecution currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.
caseExecution(CaseExecutionQuery, CaseInstance) - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareTests
Helper method to find any CaseExecution in the context of a CaseInstance
CaseExecutionAssert - Class in org.camunda.bpm.engine.test.assertions.cmmn
 
CaseExecutionAssert(ProcessEngine, CaseExecution) - Constructor for class org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
 
caseExecutionQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
caseExecutionQuery() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
CaseExecutionQuery, automatically narrowed to CaseInstance of actual CaseExecution
caseExecutionQuery() - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareTests
Helper method to easily create a new CaseExecutionQuery.
CaseInstanceAssert - Class in org.camunda.bpm.engine.test.assertions.cmmn
 
CaseInstanceAssert(ProcessEngine, CaseInstance) - Constructor for class org.camunda.bpm.engine.test.assertions.cmmn.CaseInstanceAssert
 
caseInstanceQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
caseInstanceQuery() - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareTests
Helper method to easily create a new CaseInstanceQuery.
caseService() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
caseService() - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareTests
Helper method to easily access CaseService
caseTask(String) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Enter into a chained CaseTaskAssert inspecting the one and mostly one 'caseTask' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.
caseTask(String) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseInstanceAssert
 
caseTask(String) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 
caseTask(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Enter into a chained CaseTaskAssert inspecting the one and mostly one 'caseTask' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.
caseTask(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseInstanceAssert
 
caseTask(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 
CaseTaskAssert - Class in org.camunda.bpm.engine.test.assertions.cmmn
 
CaseTaskAssert(ProcessEngine, CaseExecution) - Constructor for class org.camunda.bpm.engine.test.assertions.cmmn.CaseTaskAssert
 
claim(Task, String) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily claim a task for a specific assignee.
CmmnAwareTests - Class in org.camunda.bpm.engine.test.assertions.cmmn
Convenience class to access camunda *BPMN* and *CMMN* related Assertions PLUS helper methods.
CmmnAwareTests() - Constructor for class org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareTests
 
collectTransitionInstances(ActivityInstance) - Method in class org.camunda.bpm.engine.test.assertions.AssertionsLogger
 
complete(ExternalTask) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily fetch, lock and complete an external task.
complete(ExternalTask, Map<String, Object>) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily fetch, lock and complete an external task.
complete(ExternalTask, Map<String, Object>, Map<String, Object>) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily fetch, lock and complete an external task.
complete(LockedExternalTask) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily complete a locked external task.
complete(LockedExternalTask, Map<String, Object>) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily complete a locked external task.
complete(LockedExternalTask, Map<String, Object>, Map<String, Object>) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily complete a locked external task.
complete(CaseExecution) - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareTests
Helper method to easily complete a CaseExecution.
complete(CaseExecution, Map<String, Object>) - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareTests
Helper method to easily complete a caseExecution and pass some case variables.
complete(Task) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily complete a task.
complete(Task, Map<String, Object>) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily complete a task and pass some process variables.

D

decisionService() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access DecisionService
DEFAULT_LOCK_DURATION_EXTERNAL_TASK - Static variable in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
 
DEFAULT_WORKER_EXTERNAL_TASK - Static variable in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
 
descendantCaseExecution(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Retrieve any descendant CaseExecution currently available in the context of the actual caseInstance under test of this AbstractCaseAssert.
disable(CaseExecution) - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareTests
Helper method to easily disable a case execution.

E

engine - Variable in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
execute(Job) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily execute a job.
executionQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
executionQuery() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily create a new ExecutionQuery
executionQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.JobAssert
 
executionQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
 
externalTask() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only external task currently available in the context of the last asserted process instance.
externalTask() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Enter into a chained external task assert inspecting the one and mostly one external task currently available in the context of the process instance under test of this ProcessInstanceAssert.
externalTask(String) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only external task with the given activityId currently available in the context of the last asserted process instance.
externalTask(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Enter into a chained external task assert inspecting the one and mostly one external task of the specified activity id currently available in the context of the process instance under test of this ProcessInstanceAssert.
externalTask(String, ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only external task with the given activityId currently available in the context of the given process instance.
externalTask(ExternalTaskQuery) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only external task compliant to a given externalTaskQuery and currently available in the context of the last asserted process instance.
externalTask(ExternalTaskQuery) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Enter into a chained external task assert inspecting only external tasks currently available in the context of the process instance under test of this ProcessInstanceAssert.
externalTask(ExternalTaskQuery, ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only external task compliant to a given externalTaskQuery and currently available in the context of the given process instance.
externalTask(ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only external task currently available in the context of the given process instance.
ExternalTaskAssert - Class in org.camunda.bpm.engine.test.assertions.bpmn
Assertions for an ExternalTask.
ExternalTaskAssert(ProcessEngine, ExternalTask) - Constructor for class org.camunda.bpm.engine.test.assertions.bpmn.ExternalTaskAssert
 
externalTaskQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
externalTaskQuery() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily create a new ExternalTaskQuery
externalTaskQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
 
externalTaskService() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
externalTaskService() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access ExternalTaskService

F

fetchAndLock(String, String, int) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily fetch and lock external tasks from a given topic using a given workerId.
findId(String) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Maps any element (task, event, gateway) from the name to the ID.
formService() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
formService() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access FormService
foundTransitionInstances(TransitionInstance) - Method in class org.camunda.bpm.engine.test.assertions.AssertionsLogger
 

G

getActual() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
getActual() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Delivers the the actual object under test.
getCurrent() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
getCurrent() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ExternalTaskAssert
 
getCurrent() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.JobAssert
 
getCurrent() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessDefinitionAssert
 
getCurrent() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
 
getCurrent() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
 
getCurrent() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Retrieve refreshed status of object under test from runtime database
getCurrent() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseDefinitionAssert
 
getExistingCurrent() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
getHistoricState() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
 
getHistoricState() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseInstanceAssert
 
getLastAssert(Class<S>) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 

H

hasActiveInstances(long) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessDefinitionAssert
Verifies the expectation that the ProcessDefinition currently has the specified number of active instances, iow neither suspended nor ended instances.
hasActivityId(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ExternalTaskAssert
Verifies the activity id of an ExternalTask.
hasActivityId(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.JobAssert
 
hasBusinessKey(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance has the given businessKey.
hasCandidateGroup(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
Verifies the expectation that the Task is currently waiting to be assigned to a user of the specified candidate group.
hasCandidateGroupAssociated(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
Verifies the expectation that the Task is currently associated to the specified candidate group - no matter whether it is already assigned to a specific user or not.
hasCandidateUser(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
Verifies the expectation that the Task is currently waiting to be assigned to a specified candidate user.
hasCandidateUser(String, boolean) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
 
hasCandidateUserAssociated(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
Verifies the expectation that the Task is currently associated to the specified candidate user - no matter whether it is already assigned to a specific user or not.
hasDefinitionKey(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
Verifies the definition key of a Task.
hasDeploymentId(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.JobAssert
Verifies the expectation of a specific deployment id for the Job.
hasDescription(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
Verifies the description of a Task.
hasDueDate(Date) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.JobAssert
Verifies the expectation of a specific due date for the Job.
hasDueDate(Date) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
Verifies the due date of a Task.
hasExceptionMessage() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.JobAssert
Verifies the expectation of the existence of an exception message for the Job.
hasExecutionId(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.JobAssert
Verifies the expectation of a specific execution id for the Job.
hasFormKey(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
Verifies the expectation that the Task has a specified form key.
hasId(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.JobAssert
Verifies the expectation of a specific id for the Job.
hasId(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
Verifies the internal id of a Task.
hasName(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
Verifies the name (label) of a Task.
hasNotPassed(String...) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance has NOT passed one or more specified activities.
hasNoVariables() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance holds no process variables at all.
hasNoVariables() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseTaskAssert
Verifies the expectation that the CaseTask holds no case variables at all.
hasNoVariables() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.HumanTaskAssert
Verifies the expectation that the HumanTask holds no case variables at all.
hasNoVariables() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.ProcessTaskAssert
Verifies the expectation that the ProcessTask holds no case variables at all.
hasPassed(String...) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance has passed one or more specified activities.
hasPassedInOrder(String...) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance has passed one or more specified activities exactly in the given order.
hasProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance has the given processDefinitionKey.
hasProcessInstanceId(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.JobAssert
Verifies the expectation of a specific process instance id for the Job.
hasRetries(int) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.JobAssert
Verifies the expectation of a specific number of retries left for the Job.
hasTopicName(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ExternalTaskAssert
Verifies the topic name of an ExternalTask.
hasVariables(String...) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance holds one or more process variables with the specified names.
hasVariables(String...) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseTaskAssert
Verifies the expectation that the CaseTask holds one or more case variables with the specified names.
hasVariables(String...) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.HumanTaskAssert
Verifies the expectation that the HumanTask holds one or more case variables with the specified names.
hasVariables(String...) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.ProcessTaskAssert
Verifies the expectation that the ProcessTask holds one or more case variables with the specified names.
hasVars(String[]) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
 
historicActivityInstanceQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
historicActivityInstanceQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
 
historicCaseActivityInstanceQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
historicCaseActivityInstanceQuery() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
HistoricCaseActivityInstanceQuery, automatically narrowed to CaseInstance of actual CaseExecution
historicProcessInstanceQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
historicProcessInstanceQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
 
historicVariableInstanceQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
historicVariableInstanceQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
 
historyService() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
historyService() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access HistoryService
humanTask(String) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Enter into a chained HumanTaskAssert inspecting the one and mostly one 'humanTask' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.
humanTask(String) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseInstanceAssert
 
humanTask(String) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 
humanTask(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Enter into a chained HumanTaskAssert inspecting the one and mostly one 'humanTask' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.
humanTask(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseInstanceAssert
 
humanTask(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 
HumanTaskAssert - Class in org.camunda.bpm.engine.test.assertions.cmmn
 
HumanTaskAssert(ProcessEngine, CaseExecution) - Constructor for class org.camunda.bpm.engine.test.assertions.cmmn.HumanTaskAssert
 

I

identityService() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access IdentityService
init(ProcessEngine) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractAssertions
Bind an instance of ProcessEngine to the current testing calls done in your test method.
INSTANCE - Static variable in class org.camunda.bpm.engine.test.assertions.AssertionsLogger
 
isActive() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is currently active, iow not suspended and not ended.
isActive() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Verifies the expectation that the CaseExecution is 'active'.
isActive() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
 
isActive() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseInstanceAssert
 
isActive() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseTaskAssert
Verifies the expectation that the CaseTask is in CaseExecutionState 'active'.
isActive() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.HumanTaskAssert
Verifies the expectation that the HumanTask is in CaseExecutionState 'active'.
isActive() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.ProcessTaskAssert
Verifies the expectation that the ProcessTask is in CaseExecutionState 'active'.
isActive() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 
isAssignedTo(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
Verifies the expectation that the Task is currently assigned to the specified user.
isAvailable() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Verifies the expectation that the CaseExecution is 'available'.
isAvailable() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
 
isAvailable() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseTaskAssert
Verifies the expectation that the CaseTask is in CaseExecutionState 'available'.
isAvailable() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.HumanTaskAssert
Verifies the expectation that the HumanTask is in CaseExecutionState 'available'.
isAvailable() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.MilestoneAssert
Verifies the expectation that the CaseExecution is 'available'.
isAvailable() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.ProcessTaskAssert
Verifies the expectation that the ProcessTask is in CaseExecutionState 'available'.
isAvailable() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 
isCaseInstance() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Verifies the expectation that the CaseExecution is the 'case' instance.
isCaseInstance() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
 
isCaseTask() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Verifies the expectation that the CaseExecution is a 'caseTask' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense
isCaseTask() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
 
isClosed() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Verifies the expectation that the CaseExecution is 'closed'.
isClosed() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseInstanceAssert
 
isCompleted() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Verifies the expectation that the CaseExecution is 'completed'.
isCompleted() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
 
isCompleted() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseInstanceAssert
 
isCompleted() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseTaskAssert
Verifies the expectation that the CaseTask is in CaseExecutionState 'completed'.
isCompleted() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.HumanTaskAssert
Verifies the expectation that the HumanTask is in CaseExecutionState 'completed'.
isCompleted() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.MilestoneAssert
Verifies the expectation that the CaseExecution is 'completed'.
isCompleted() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.ProcessTaskAssert
Verifies the expectation that the ProcessTask is in CaseExecutionState 'completed'.
isCompleted() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 
isDisabled() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Verifies the expectation that the CaseExecution is 'disabled'.
isDisabled() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
 
isDisabled() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseTaskAssert
Verifies the expectation that the CaseTask is in CaseExecutionState 'disabled'.
isDisabled() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.HumanTaskAssert
Verifies the expectation that the HumanTask is in CaseExecutionState 'disabled'.
isDisabled() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.ProcessTaskAssert
Verifies the expectation that the ProcessTask is in CaseExecutionState 'disabled'.
isDisabled() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 
isEnabled() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Verifies the expectation that the CaseExecution is 'enabled'.
isEnabled() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
 
isEnabled() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseTaskAssert
Verifies the expectation that the CaseTask is in CaseExecutionState 'enabled'.
isEnabled() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.HumanTaskAssert
Verifies the expectation that the HumanTask is in CaseExecutionState 'enabled'.
isEnabled() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.ProcessTaskAssert
Verifies the expectation that the ProcessTask is in CaseExecutionState 'enabled'.
isEnabled() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 
isEnded() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is ended.
isHumanTask() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Verifies the expectation that the CaseExecution is a 'humanTask' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense
isHumanTask() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
 
isMilestone() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Verifies the expectation that the CaseExecution is a 'milestone' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense
isMilestone() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
 
isNotAssigned() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
Verifies the expectation that the Task is currently not assigned to any particular user.
isNotEnded() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is not ended.
isNotWaitingAt(String...) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is currently NOT waiting at one or more specified activities.
isNotWaitingFor(String...) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is currently waiting for one or more specified messages.
isProcessTask() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Verifies the expectation that the CaseExecution is a 'processTask' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense
isProcessTask() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
 
isStage() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Verifies the expectation that the CaseExecution is a 'stage' Change visibility to public for those inheriting classes for whose underlying objects under test this assertion makes sense
isStage() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
 
isStarted() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is started.
isSuspended() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is currently suspended.
isTerminated() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Verifies the expectation that the CaseExecution is 'terminated'.
isTerminated() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
 
isTerminated() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseInstanceAssert
 
isTerminated() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseTaskAssert
Verifies the expectation that the CaseTask is in CaseExecutionState 'terminated'.
isTerminated() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.HumanTaskAssert
Verifies the expectation that the HumanTask is in CaseExecutionState 'terminated'.
isTerminated() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.MilestoneAssert
Verifies the expectation that the CaseExecution is 'terminated'.
isTerminated() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.ProcessTaskAssert
Verifies the expectation that the ProcessTask is in CaseExecutionState 'terminated'.
isTerminated() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 
isWaitingAt(String...) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is currently waiting at one or more specified activities.
isWaitingAtExactly(String...) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is currently waiting at exactly one or more specified activities.
isWaitingFor(String...) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is currently waiting for one or more specified messages.

J

job() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only job currently available in the context of the last asserted process instance.
job() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Enter into a chained job assert inspecting the one and mostly one job currently available in the context of the process instance under test of this ProcessInstanceAssert.
job(String) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only job with the given activityId currently available in the context of the last asserted process instance.
job(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Enter into a chained task assert inspecting the one and mostly one task of the specified task definition key currently available in the context of the process instance under test of this ProcessInstanceAssert.
job(String, ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only job with the given activityId currently available in the context of the given process instance.
job(JobQuery) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only job compliant to a given jobQuery and currently available in the context of the last asserted process instance.
job(JobQuery) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Enter into a chained job assert inspecting only jobs currently available in the context of the process instance under test of this ProcessInstanceAssert.
job(JobQuery, ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only job compliant to a given jobQuery and currently available in the context of the given process instance.
job(ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only job currently available in the context of the given process instance.
JobAssert - Class in org.camunda.bpm.engine.test.assertions.bpmn
Assertions for a Job.
JobAssert(ProcessEngine, Job) - Constructor for class org.camunda.bpm.engine.test.assertions.bpmn.JobAssert
 
jobQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
jobQuery() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily create a new JobQuery
jobQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.JobAssert
 
jobQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
 

L

LOG - Static variable in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
 

M

managementService() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
managementService() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access ManagementService
manuallyStart(CaseExecution) - Static method in class org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareTests
Helper method to manually start a case execution.
milestone(String) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Enter into a chained MilestoneAssert inspecting the one and mostly one 'milestone' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.
milestone(String) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseInstanceAssert
 
milestone(String) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 
milestone(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Enter into a chained MilestoneAssert inspecting the one and mostly one 'milestone' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.
milestone(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseInstanceAssert
 
milestone(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 
MilestoneAssert - Class in org.camunda.bpm.engine.test.assertions.cmmn
 
MilestoneAssert(ProcessEngine, CaseExecution) - Constructor for class org.camunda.bpm.engine.test.assertions.cmmn.MilestoneAssert
 

O

org.camunda.bpm.engine.test.assertions - package org.camunda.bpm.engine.test.assertions
 
org.camunda.bpm.engine.test.assertions.bpmn - package org.camunda.bpm.engine.test.assertions.bpmn
 
org.camunda.bpm.engine.test.assertions.cmmn - package org.camunda.bpm.engine.test.assertions.cmmn
 

P

processDefinition() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the process definition on which the last asserted process instance is based.
processDefinition(String) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the process definition with the given processDefinitionKey.
processDefinition(ProcessDefinitionQuery) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the process definition compliant to a given process definition query.
processDefinition(ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the process definition on which the given process instance is based.
ProcessDefinitionAssert - Class in org.camunda.bpm.engine.test.assertions.bpmn
Assertions for a ProcessDefinition.
ProcessDefinitionAssert(ProcessEngine, ProcessDefinition) - Constructor for class org.camunda.bpm.engine.test.assertions.bpmn.ProcessDefinitionAssert
 
processDefinitionQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
processDefinitionQuery() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily create a new ProcessDefinitionQuery
processDefinitionQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessDefinitionAssert
 
processDefinitionQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
 
processEngine() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractAssertions
Retrieve the processEngine bound to the current testing thread via calling init(ProcessEngine processEngine).
ProcessEngineTests - Class in org.camunda.bpm.engine.test.assertions
Convenience class to access all available Camunda Platform related Assertions PLUS helper methods.
ProcessEngineTests() - Constructor for class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
 
ProcessInstanceAssert - Class in org.camunda.bpm.engine.test.assertions.bpmn
Assertions for a ProcessInstance.
ProcessInstanceAssert(ProcessEngine, ProcessInstance) - Constructor for class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
 
ProcessInstanceAssert(ProcessEngine, ProcessInstance, Class<?>) - Constructor for class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
 
processInstanceQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
processInstanceQuery() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily create a new ProcessInstanceQuery
processInstanceQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessDefinitionAssert
 
processInstanceQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
 
processTask(String) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Enter into a chained ProcessTaskAssert inspecting the one and mostly one 'processTask' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.
processTask(String) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseInstanceAssert
 
processTask(String) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 
processTask(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Enter into a chained ProcessTaskAssert inspecting the one and mostly one 'processTask' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.
processTask(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseInstanceAssert
 
processTask(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 
ProcessTaskAssert - Class in org.camunda.bpm.engine.test.assertions.cmmn
 
ProcessTaskAssert(ProcessEngine, CaseExecution) - Constructor for class org.camunda.bpm.engine.test.assertions.cmmn.ProcessTaskAssert
 

R

repositoryService() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
repositoryService() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access RepositoryService
reset() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractAssertions
Resets operations done via calling init(ProcessEngine processEngine) to its clean state - just as before calling init() for the first time.
resetLastAsserts() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
runtimeService() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
runtimeService() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access RuntimeService

S

stage(String) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Enter into a chained StageAssert inspecting the one and mostly one 'stage' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.
stage(String) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseInstanceAssert
 
stage(String) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 
stage(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Enter into a chained StageAssert inspecting the one and mostly one 'stage' currently available in the context of the actual caseExecution under test of this AbstractCaseAssert.
stage(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseInstanceAssert
 
stage(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 
StageAssert - Class in org.camunda.bpm.engine.test.assertions.cmmn
 
StageAssert(ProcessEngine, CaseExecution) - Constructor for class org.camunda.bpm.engine.test.assertions.cmmn.StageAssert
 

T

task() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only task currently available in the context of the last asserted process instance.
task() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Enter into a chained task assert inspecting the one and mostly one task currently available in the context of the process instance under test of this ProcessInstanceAssert.
task(String) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only task with the given taskDefinitionKey currently available in the context of the last asserted process instance.
task(String) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Enter into a chained task assert inspecting the one and mostly one task of the specified task definition key currently available in the context of the process instance under test of this ProcessInstanceAssert.
task(String, ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only task with the given taskDefinitionKey currently available in the context of the given process instance.
task(ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only task currently available in the context of the given process instance.
task(TaskQuery) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only task compliant to a given taskQuery and currently available in the context of the last asserted process instance.
task(TaskQuery) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Enter into a chained task assert inspecting only tasks currently available in the context of the process instance under test of this ProcessInstanceAssert.
task(TaskQuery, ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access the only task compliant to a given taskQuery and currently available in the context of the given process instance.
TaskAssert - Class in org.camunda.bpm.engine.test.assertions.bpmn
Assertions for a Task.
TaskAssert(ProcessEngine, Task) - Constructor for class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
 
taskQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
taskQuery() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily create a new TaskQuery
taskQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
 
taskQuery() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
 
taskService() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
taskService() - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily access TaskService
toString(A) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert
 
toString(A) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
 
toString(ExternalTask) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ExternalTaskAssert
 
toString(CaseDefinition) - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseDefinitionAssert
 
toString(ProcessDefinition) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessDefinitionAssert
 
toString(Job) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.JobAssert
 
toString(ProcessInstance) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
 
toString(Task) - Method in class org.camunda.bpm.engine.test.assertions.bpmn.TaskAssert
 

U

unclaim(Task) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily unclaim a task.

V

variables() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
Enter into a chained map assert inspecting the variables currently - or, for finished process instances, historically - available in the context of the process instance under test of this ProcessInstanceAssert.
variables() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
Enter into a chained map assert inspecting the variables currently available in the context of the case instance under test of this AbstractCaseAssert.
variables() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.CaseTaskAssert
Enter into a chained map assert inspecting the variables currently available in the context of the case task instance under test of this CaseTaskAssert.
variables() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.HumanTaskAssert
Enter into a chained map assert inspecting the variables currently available in the context of the human task instance under test of this HumanTaskAssert.
variables() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.ProcessTaskAssert
Enter into a chained map assert inspecting the variables currently available in the context of the human task instance under test of this ProcessTaskAssert.
vars() - Method in class org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert
 
vars() - Method in class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert
 

W

withVariables(String, Object, Object...) - Static method in class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
Helper method to easily construct a map of process variables
A B C D E F G H I J L M O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values