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
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
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