| Package | Description |
|---|---|
| org.mule.munit.plugins.coverage.core | |
| org.mule.munit.plugins.coverage.core.model | |
| org.mule.munit.plugins.coverage.server |
| Modifier and Type | Method and Description |
|---|---|
Set<CoverageComponentLocation> |
LocationAccumulator.getCoverageLocations() |
| Modifier and Type | Method and Description |
|---|---|
CoverageComponentLocation |
CoverageComponentLocation.appendLocationPart(String partPath,
Optional<org.mule.runtime.api.component.TypedComponentIdentifier> partIdentifier,
Optional<String> fileName,
Optional<Integer> lineInFile)
Creates a new instance of ComponentLocation adding the specified part.
|
CoverageComponentLocation |
CoverageComponentLocation.appendProcessorsPart()
Utility method that adds a processors part to the location.
|
CoverageComponentLocation |
CoverageComponentLocation.appendRoutePart()
Utility method that adds a router part to the location.
|
static CoverageComponentLocation |
CoverageComponentLocation.fromComponentLocation(org.mule.runtime.api.component.location.ComponentLocation location) |
static CoverageComponentLocation |
CoverageComponentLocation.fromSingleComponent(String component)
Creates a virtual
ComponentLocation for a single element, using the core namespace and using UNKNOWN as type. |
| Modifier and Type | Method and Description |
|---|---|
Set<CoverageComponentLocation> |
CoverageLocations.getCoverageLocations() |
| Constructor and Description |
|---|
CoverageLocations(Set<CoverageComponentLocation> coverageLocations) |
Copyright © 2017. All rights reserved.