I'm trying to verifiy certain properites of my Connector in a test. You can't do this:
Object c = registry.lookupConnector("myDevkitCon");
because the connector has a different type from normal connector, ie the internal mule code expects a Connector type but in our case a myDevkitConConnectorConnectionManager is returned.