| Package | Description |
|---|---|
| org.camunda.bpm.extension.process_test_coverage.junit.rules | |
| org.camunda.bpm.extension.process_test_coverage.model |
| Modifier and Type | Method and Description |
|---|---|
MethodCoverage |
AggregatedCoverageTestRunState.getCurrentTestMethodCoverage() |
MethodCoverage |
CoverageTestRunState.getCurrentTestMethodCoverage()
Retrieves the currently executing test method coverage.
|
MethodCoverage |
DefaultCoverageTestRunState.getCurrentTestMethodCoverage()
Retrieves the currently executing test method coverage.
|
MethodCoverage |
AggregatedCoverageTestRunState.getTestMethodCoverage(String testName) |
MethodCoverage |
CoverageTestRunState.getTestMethodCoverage(String testName)
Retrieves the coverage for a test method.
|
MethodCoverage |
DefaultCoverageTestRunState.getTestMethodCoverage(String testName)
Retrieves the coverage for a test method.
|
| Modifier and Type | Method and Description |
|---|---|
protected MethodCoverage |
ClassCoverage.getAnyMethodCoverage()
Retrieves the first method coverage found.
|
MethodCoverage |
ClassCoverage.getTestMethodCoverage(String testName)
Retrieves a test methods coverage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassCoverage.addTestMethodCoverage(String testName,
MethodCoverage testCoverage)
Add a test method coverage to the class coverage.
|
Copyright © 2020 Camunda Services GmbH. All rights reserved.