| Package | Description |
|---|---|
| org.camunda.community.bpmndt.model |
| Modifier and Type | Method and Description |
|---|---|
TestCaseActivity |
TestCase.getEndActivity()
Gets the end activity, if the test case's path is not empty.
|
TestCaseActivity |
TestCaseActivity.getNext()
Returns the next test activity, if this is not the last activity.
|
TestCaseActivity |
TestCaseActivity.getPrevious()
Returns the previous test activity, if this is not the first activity.
|
TestCaseActivity |
TestCase.getStartActivity()
Gets the start activity, if the test case's path is not empty.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestCaseActivity> |
TestCase.getActivities()
Gets the test case's activities.
|
List<TestCaseActivity> |
TestCaseActivityScope.getActivities()
Gets the scope's activities.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TestCaseActivity.isAttachedTo(TestCaseActivity activity)
Checks if the activity is a boundary event, that is attached to the given activity.
|
Copyright © 2023 Camunda. All rights reserved.