public class CamelRouteCoverageDumper extends Object
CamelRouteCoverageDumper instance dumps the route coverage of a given camel test.| Constructor and Description |
|---|
CamelRouteCoverageDumper() |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(org.apache.camel.api.management.mbean.ManagedCamelContextMBean managedCamelContext,
org.apache.camel.model.ModelCamelContext context,
String dumpDir,
String dumpFilename,
String testClass,
String testName,
long testTimeTaken) |
Apache Camel