public class CamelRouteCoverageDumper
extends Object
A CamelRouteCoverageDumper
instance dumps the route coverage of a given camel test.
-
Constructor Summary
Constructors
-
Method Summary
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)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CamelRouteCoverageDumper
public CamelRouteCoverageDumper()
-
Method Details
-
dump
public 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)
throws Exception
- Throws:
Exception