| Package | Description |
|---|---|
| org.camunda.bpm.extension.process_test_coverage.model |
| Modifier and Type | Method and Description |
|---|---|
Set<CoveredSequenceFlow> |
ProcessCoverage.getCoveredSequenceFlows() |
Set<CoveredSequenceFlow> |
ClassCoverage.getCoveredSequenceFlows()
Retrieves the covered sequence flows.
|
Set<CoveredSequenceFlow> |
MethodCoverage.getCoveredSequenceFlows()
Retrieves a set of covered sequence flows of the process definitions deployed by this test method.
|
Set<CoveredSequenceFlow> |
ClassCoverage.getCoveredSequenceFlows(String processDefinitionKey)
Retrieves a set of covered sequence flows for the given process
definition key.
|
Set<CoveredSequenceFlow> |
MethodCoverage.getCoveredSequenceFlows(String processDefinitionKey)
Retrieves a set of elements of sequence flows of the process definition identified by the passed key.
|
Set<CoveredSequenceFlow> |
AggregatedCoverage.getCoveredSequenceFlows(String processDefinitionKey)
Retrieves covered sequence flow IDs for the given process definition key.
|
Set<CoveredSequenceFlow> |
AggregatedClassCoverage.getCoveredSequenceFlows(String processDefinitionKey) |
Copyright © 2020 Camunda Services GmbH. All rights reserved.