| 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 |
CoverageTestRunState.getCurrentTestMethodCoverage()
Retrieves the currently executing test method coverage.
|
MethodCoverage |
CoverageTestRunState.getTestMethodCoverage(String testName)
Retrieves the coverage for a test method.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2017 camunda services GmbH. All rights reserved.