/**
* This method is here so we can test that the routing engine is passing the change listener correctlly.
*/
@Test(dependsOnMethods="testCreateRemoveConnection")
public void testApplicationStartStopChangeListener() throws Exception {
ConnectorServiceChangeListener listener = mock(ConnectorServiceChangeListener.class);
CamelRoutingEngine routingEngine = new CamelRoutingEngine();
try {
routingEngine.start();