1 Reply Latest reply on Jun 14, 2012 6:46 AM by lhein

    Blueprint Unit Testing

    wbailey

      I have a blueprint camel route that I wanted to unit test. Using Fuse IDE I attempted to automatically generate a unit test for it (i.e. right clicked on the xml file and selected "Camel Unit Test"). This appear to work I could select the blueprint.xml file and generate the unit test.

       

      What I didn't notice at first is that the unit test generated by the Fuse IDE actually extends 'CamelSpringTestSupport' rather than 'CamelBlueprintTestSupport'. It appears that the Fuse IDE assumes the xml file is spring file and sets up the unit test accordingly.

       

      Are there any plans to make this functionality aware of which dependency injection framework is being used?