Uses of Interface
org.camunda.community.bpmndt.model.TestCaseActivity
Packages that use TestCaseActivity
-
Uses of TestCaseActivity in org.camunda.community.bpmndt.model
Methods in org.camunda.community.bpmndt.model that return TestCaseActivityModifier and TypeMethodDescriptionTestCase.getEndActivity()Gets the end activity, if the test case's path is not empty.TestCaseActivity.getNext()Returns the next test activity, if this is not the last activity.TestCaseActivity.getPrevious()Returns the previous test activity, if this is not the first activity.TestCase.getStartActivity()Gets the start activity, if the test case's path is not empty.Methods in org.camunda.community.bpmndt.model that return types with arguments of type TestCaseActivityModifier and TypeMethodDescriptionTestCase.getActivities()Gets the test case's activities.TestCaseActivityScope.getActivities()Gets the scope's activities.Methods in org.camunda.community.bpmndt.model with parameters of type TestCaseActivityModifier and TypeMethodDescriptionbooleanTestCaseActivity.isAttachedTo(TestCaseActivity activity) Checks if the activity is a boundary event, that is attached to the given activity.