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

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

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

Methods in org.mule.tools.automationtestcoverage.inspectors that return TestSourceItemInfo
 TestSourceItemInfo TestSourcesInspector.addOperationsInFileToTestSourceItemInfo(File inputFile, TestSourceItemInfo testSourceItemInfo)
           
 

Methods in org.mule.tools.automationtestcoverage.inspectors that return types with arguments of type TestSourceItemInfo
 List<TestSourceItemInfo> TestSourcesInspector.inspectTestSourcesForCallsToFlows(TypeElement e, String connectorXmlPrefix)
          Scan test/src for all the files annotated as .java Look for all the references to the operation lookupMessageProcessor(flowName) and relieve the flowName Map the flowName with all the operations that it calls Register all the operations as covered
 

Methods in org.mule.tools.automationtestcoverage.inspectors with parameters of type TestSourceItemInfo
 TestSourceItemInfo TestSourcesInspector.addOperationsInFileToTestSourceItemInfo(File inputFile, TestSourceItemInfo testSourceItemInfo)
           
 

Method parameters in org.mule.tools.automationtestcoverage.inspectors with type arguments of type TestSourceItemInfo
 void TestSourcesInspector.recursiveInspectTestSources(TypeElement e, String connectorXmlPrefix, List<TestSourceItemInfo> listTestSourceItemInfo, File currentDirectory)
           
 

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

Methods in org.mule.tools.automationtestcoverage.model that return types with arguments of type TestSourceItemInfo
 List<TestSourceItemInfo> TestSourcesInfo.getItems()
           
 

Methods in org.mule.tools.automationtestcoverage.model with parameters of type TestSourceItemInfo
 void TestSourcesInfo.addTestSourceItemInfo(TestSourceItemInfo testSourceItemInfo)
           
 

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

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



Copyright © 2014. All rights reserved.