| Package | Description |
|---|---|
| org.camunda.bpm.engine.test.assertions.bpmn |
| Modifier and Type | Method and Description |
|---|---|
static ProcessDefinitionAssert |
BpmnAwareAssertions.assertThat(org.camunda.bpm.engine.repository.ProcessDefinition actual)
Assert that...
|
protected static ProcessDefinitionAssert |
ProcessDefinitionAssert.assertThat(org.camunda.bpm.engine.ProcessEngine engine,
org.camunda.bpm.engine.repository.ProcessDefinition actual) |
ProcessDefinitionAssert |
ProcessDefinitionAssert.hasActiveInstances(long number)
Verifies the expectation that the
ProcessDefinition currently has the
specified number of active instances, iow neither suspended nor ended instances. |
Copyright © 2019 Camunda Services GmbH. All rights reserved.