| Package | Description |
|---|---|
| org.camunda.bpm.engine.test.assertions.cmmn |
| Modifier and Type | Method and Description |
|---|---|
static CaseExecutionAssert |
CmmnAwareAssertions.assertThat(org.camunda.bpm.engine.runtime.CaseExecution actual)
Assert that...
|
static CaseExecutionAssert |
CmmnAwareTests.assertThat(org.camunda.bpm.engine.runtime.CaseExecution actual)
Assert that...
|
protected static CaseExecutionAssert |
CaseExecutionAssert.assertThat(org.camunda.bpm.engine.ProcessEngine engine,
org.camunda.bpm.engine.runtime.CaseExecution actual) |
protected CaseExecutionAssert |
AbstractCaseAssert.caseExecution()
Retrieve a chained
CaseExecution currently available in the context of
the actual caseExecution under test of this AbstractCaseAssert. |
CaseExecutionAssert |
CaseInstanceAssert.caseExecution(org.camunda.bpm.engine.runtime.CaseExecutionQuery query) |
protected CaseExecutionAssert |
AbstractCaseAssert.caseExecution(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)
Retrieve a child
CaseExecution currently available in the context of
the actual caseExecution under test of this AbstractCaseAssert. |
protected CaseExecutionAssert |
AbstractCaseAssert.caseExecution(String activityId)
Retrieve a chained
CaseExecution currently available in the context of
the actual caseExecution under test of this AbstractCaseAssert. |
protected CaseExecutionAssert |
AbstractCaseAssert.descendantCaseExecution(org.camunda.bpm.engine.runtime.CaseExecutionQuery query)
Retrieve any descendant
CaseExecution currently available in the context of
the actual caseInstance under test of this AbstractCaseAssert. |
CaseExecutionAssert |
CaseExecutionAssert.isActive() |
CaseExecutionAssert |
CaseExecutionAssert.isAvailable() |
CaseExecutionAssert |
CaseExecutionAssert.isClosed() |
CaseExecutionAssert |
CaseExecutionAssert.isCompleted() |
CaseExecutionAssert |
CaseExecutionAssert.isDisabled() |
CaseExecutionAssert |
CaseExecutionAssert.isEnabled() |
CaseExecutionAssert |
CaseExecutionAssert.isFailed() |
CaseExecutionAssert |
CaseExecutionAssert.isSuspended() |
CaseExecutionAssert |
CaseExecutionAssert.isTerminated() |
Copyright © 2019 Camunda Services GmbH. All rights reserved.