|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FlowInfo | |
|---|---|
| org.mule.tools.automationtestcoverage.inspectors | |
| org.mule.tools.automationtestcoverage.model | |
| org.mule.tools.automationtestcoverage.reports | |
| Uses of FlowInfo in org.mule.tools.automationtestcoverage.inspectors |
|---|
| Methods in org.mule.tools.automationtestcoverage.inspectors that return types with arguments of type FlowInfo | |
|---|---|
static List<FlowInfo> |
MuleFlowInspector.inspectFileForFlows(File muleFlowFile,
String connectorXmlPrefix)
|
List<FlowInfo> |
MuleFlowInspector.inspectTestResourcesForFlowOperations(TypeElement e,
String connectorXmlPrefix)
Scan test/resources for xmls that has mule flows in them (if only one connector, there should be only one flow) Scan each xml and look up the flows Inspect the flow and check which operation is calling each flow Populate MuleFlowInfo |
| Uses of FlowInfo in org.mule.tools.automationtestcoverage.model |
|---|
| Methods in org.mule.tools.automationtestcoverage.model that return types with arguments of type FlowInfo | |
|---|---|
List<FlowInfo> |
MuleFlowInfo.getFlows()
|
| Methods in org.mule.tools.automationtestcoverage.model with parameters of type FlowInfo | |
|---|---|
void |
MuleFlowInfo.addFlowInfo(FlowInfo flowInfo)
|
| Uses of FlowInfo in org.mule.tools.automationtestcoverage.reports |
|---|
| Method parameters in org.mule.tools.automationtestcoverage.reports with type arguments of type FlowInfo | |
|---|---|
AutomationCoverageReport |
ConnectorAutomationCoverageReport.generateReport(List<ConnectorProcessorInfo> inspectedOperations,
List<FlowInfo> inspectedTestResourcesForFlowOperations,
List<TestSourceItemInfo> inspectedTestSourcesForCallsToFlows)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||