| Package | Description |
|---|---|
| org.camunda.community.bpmndt.model |
| Modifier and Type | Method and Description |
|---|---|
static TestCases |
TestCases.of(org.camunda.bpm.model.bpmn.BpmnModelInstance modelInstance)
Gets the test cases of the given BPMN model instance.
|
static TestCases |
TestCases.of(InputStream stream)
Reads test cases from the given input stream.
|
static TestCases |
TestCases.of(Path bpmnFile)
Reads test cases from the BPMN file with the given path.
|
Copyright © 2023 Camunda. All rights reserved.