public final class RouteCoverageHelper extends Object
Modifier and Type | Method and Description |
---|---|
static Map<String,List<CoverageData>> |
parseDumpRouteCoverageByClassAndTestMethod(String directory) |
static List<CoverageData> |
parseDumpRouteCoverageByRouteId(String directory,
String routeId)
Parses the dumped route coverage data and creates a line by line coverage data
|
public static List<CoverageData> parseDumpRouteCoverageByRouteId(String directory, String routeId) throws Exception
directory
- the directory with the dumped route coverage datarouteId
- the route id to gather, must not be null.Exception
Apache Camel