|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.assertj.core.api.AbstractAssert<S,A>
org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert<S,A>
org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>
org.camunda.bpm.engine.test.assertions.cmmn.CaseExecutionAssert
public class CaseExecutionAssert
| Field Summary |
|---|
| Fields inherited from class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert |
|---|
engine |
| Fields inherited from class org.assertj.core.api.AbstractAssert |
|---|
actual, info, myself |
| Constructor Summary | |
|---|---|
protected |
CaseExecutionAssert(org.camunda.bpm.engine.ProcessEngine engine,
org.camunda.bpm.engine.runtime.CaseExecution actual)
|
| Method Summary | |
|---|---|
protected static CaseExecutionAssert |
assertThat(org.camunda.bpm.engine.ProcessEngine engine,
org.camunda.bpm.engine.runtime.CaseExecution actual)
|
CaseExecutionAssert |
isActive()
Verifies the expectation that the CaseExecution is 'active'. |
CaseExecutionAssert |
isAvailable()
Verifies the expectation that the CaseExecution is 'available'. |
CaseInstanceAssert |
isCaseInstance()
Verifies the expectation that the CaseExecution is the
'case' instance. |
CaseTaskAssert |
isCaseTask()
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 |
CaseExecutionAssert |
isClosed()
Verifies the expectation that the CaseExecution is 'closed'. |
CaseExecutionAssert |
isCompleted()
Verifies the expectation that the CaseExecution is 'completed'. |
CaseExecutionAssert |
isDisabled()
Verifies the expectation that the CaseExecution is 'disabled'. |
CaseExecutionAssert |
isEnabled()
Verifies the expectation that the CaseExecution is 'enabled'. |
CaseExecutionAssert |
isFailed()
Verifies the expectation that the CaseExecution is 'failed'. |
HumanTaskAssert |
isHumanTask()
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 |
MilestoneAssert |
isMilestone()
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 |
ProcessTaskAssert |
isProcessTask()
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 |
StageAssert |
isStage()
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 |
CaseExecutionAssert |
isSuspended()
Verifies the expectation that the CaseExecution is 'suspended'. |
CaseExecutionAssert |
isTerminated()
Verifies the expectation that the CaseExecution is 'terminated'. |
| Methods inherited from class org.camunda.bpm.engine.test.assertions.cmmn.AbstractCaseAssert |
|---|
caseExecution, caseExecution, caseExecution, caseExecutionQuery, caseTask, caseTask, caseTask, descendantCaseExecution, getActual, getCurrent, getHistoric, hasVars, historicCaseActivityInstanceQuery, humanTask, humanTask, humanTask, milestone, milestone, milestone, processTask, processTask, processTask, stage, stage, stage, toString, variables, vars |
| Methods inherited from class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert |
|---|
assertApi, authorizationService, caseDefinitionQuery, caseInstanceQuery, caseService, executionQuery, formService, getExistingCurrent, getLastAssert, historicActivityInstanceQuery, historicDetailQuery, historicProcessInstanceQuery, historicTaskInstanceQuery, historicVariableInstanceQuery, historyService, identityService, jobQuery, managementService, processDefinitionQuery, processInstanceQuery, repositoryService, resetLastAsserts, runtimeService, supportsApi, taskQuery, taskService, variableInstanceQuery |
| Methods inherited from class org.assertj.core.api.AbstractAssert |
|---|
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CaseExecutionAssert(org.camunda.bpm.engine.ProcessEngine engine,
org.camunda.bpm.engine.runtime.CaseExecution actual)
| Method Detail |
|---|
protected static CaseExecutionAssert assertThat(org.camunda.bpm.engine.ProcessEngine engine,
org.camunda.bpm.engine.runtime.CaseExecution actual)
public CaseExecutionAssert isAvailable()
AbstractCaseAssertCaseExecution is 'available'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes sense
isAvailable in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseExecutionAssert isEnabled()
AbstractCaseAssertCaseExecution is 'enabled'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes sense
isEnabled in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseExecutionAssert isDisabled()
AbstractCaseAssertCaseExecution is 'disabled'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes sense
isDisabled in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseExecutionAssert isActive()
AbstractCaseAssertCaseExecution is 'active'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes sense
isActive in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseExecutionAssert isSuspended()
AbstractCaseAssertCaseExecution is 'suspended'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes sense
isSuspended in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseExecutionAssert isCompleted()
AbstractCaseAssertCaseExecution is 'completed'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes sense
isCompleted in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseExecutionAssert isClosed()
AbstractCaseAssertCaseExecution is 'closed'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes sense
isClosed in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseExecutionAssert isFailed()
AbstractCaseAssertCaseExecution is 'failed'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes sense
isFailed in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseExecutionAssert isTerminated()
AbstractCaseAssertCaseExecution is 'terminated'.
Change visibility to public for those inheriting classes for whose
underlying objects under test this status makes sense
isTerminated in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseInstanceAssert isCaseInstance()
AbstractCaseAssertCaseExecution is the
'case' instance.
Change visibility to public for those inheriting classes for whose
underlying objects under test this assertion makes sense
isCaseInstance in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public StageAssert isStage()
AbstractCaseAssertCaseExecution is a 'stage'
Change visibility to public for those inheriting classes for whose
underlying objects under test this assertion makes sense
isStage in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public HumanTaskAssert isHumanTask()
AbstractCaseAssertCaseExecution is a 'humanTask'
Change visibility to public for those inheriting classes for whose
underlying objects under test this assertion makes sense
isHumanTask in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public ProcessTaskAssert isProcessTask()
AbstractCaseAssertCaseExecution is a 'processTask'
Change visibility to public for those inheriting classes for whose
underlying objects under test this assertion makes sense
isProcessTask in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public CaseTaskAssert isCaseTask()
AbstractCaseAssertCaseExecution is a 'caseTask'
Change visibility to public for those inheriting classes for whose
underlying objects under test this assertion makes sense
isCaseTask in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>public MilestoneAssert isMilestone()
AbstractCaseAssertCaseExecution is a 'milestone'
Change visibility to public for those inheriting classes for whose
underlying objects under test this assertion makes sense
isMilestone in class AbstractCaseAssert<CaseExecutionAssert,org.camunda.bpm.engine.runtime.CaseExecution>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||