org.mule.tools.automationtestcoverage.reports
Class ConnectorAutomationCoverageReport

java.lang.Object
  extended by org.mule.tools.automationtestcoverage.reports.ConnectorAutomationCoverageReport

public class ConnectorAutomationCoverageReport
extends Object


Constructor Summary
ConnectorAutomationCoverageReport(Messager messager, String projectPath)
           
 
Method Summary
 AutomationCoverageReport generateReport(List<ConnectorProcessorInfo> inspectedOperations, List<FlowInfo> inspectedTestResourcesForFlowOperations, List<TestSourceItemInfo> inspectedTestSourcesForCallsToFlows)
           
 void writeReport(AutomationCoverageReport report)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorAutomationCoverageReport

public ConnectorAutomationCoverageReport(Messager messager,
                                         String projectPath)
Method Detail

generateReport

public AutomationCoverageReport generateReport(List<ConnectorProcessorInfo> inspectedOperations,
                                               List<FlowInfo> inspectedTestResourcesForFlowOperations,
                                               List<TestSourceItemInfo> inspectedTestSourcesForCallsToFlows)

writeReport

public void writeReport(AutomationCoverageReport report)


Copyright © 2014. All rights reserved.