Uses of Class
org.mule.tools.automationtestcoverage.model.ConnectorProcessorInfo

Packages that use ConnectorProcessorInfo
org.mule.tools.automationtestcoverage.inspectors   
org.mule.tools.automationtestcoverage.model   
org.mule.tools.automationtestcoverage.reports   
 

Uses of ConnectorProcessorInfo in org.mule.tools.automationtestcoverage.inspectors
 

Methods in org.mule.tools.automationtestcoverage.inspectors that return types with arguments of type ConnectorProcessorInfo
 List<ConnectorProcessorInfo> ConnectorInspector.inspectProcessors(TypeElement connectorAnnotationType)
          Register all /@Process methods from /@Connector class Get the name of the connector to find it later on the xmls Get all the methods annotated as /@Processor to know all the operations of the connector Populate ConnectorInfo
 

Uses of ConnectorProcessorInfo in org.mule.tools.automationtestcoverage.model
 

Methods in org.mule.tools.automationtestcoverage.model that return ConnectorProcessorInfo
 ConnectorProcessorInfo AutomationCoverageReportItem.getConnectorOperationInfo()
           
 

Methods in org.mule.tools.automationtestcoverage.model that return types with arguments of type ConnectorProcessorInfo
 List<ConnectorProcessorInfo> ConnectorInfo.getConnectorOperationsInfo()
           
 

Methods in org.mule.tools.automationtestcoverage.model with parameters of type ConnectorProcessorInfo
 void ConnectorInfo.addConnectorOperationInfo(ConnectorProcessorInfo connectorOperationInfo)
           
 

Constructors in org.mule.tools.automationtestcoverage.model with parameters of type ConnectorProcessorInfo
AutomationCoverageReportItem(ConnectorProcessorInfo connectorOperationInfo)
           
 

Uses of ConnectorProcessorInfo in org.mule.tools.automationtestcoverage.reports
 

Method parameters in org.mule.tools.automationtestcoverage.reports with type arguments of type ConnectorProcessorInfo
 AutomationCoverageReport ConnectorAutomationCoverageReport.generateReport(List<ConnectorProcessorInfo> inspectedOperations, List<FlowInfo> inspectedTestResourcesForFlowOperations, List<TestSourceItemInfo> inspectedTestSourcesForCallsToFlows)
           
 



Copyright © 2014. All rights reserved.