1 Reply Latest reply on Dec 1, 2016 3:52 AM by grgrzybek

    blueprint test suit

    singireddy

      Hi,

       

      Thanks for taking time to reply me.

       

      Presently I want to develop a test suit for my project. using camelBlueprint test.

      scenario: I have multiple bundles which have blueprint.xml files and they are interlinked response from one route is input for other route, to write the testcases I need to load all the blueprints to run the test classes.

       

      Please advice.

       

      Thanks

      nav

        • 1. Re: blueprint test suit
          grgrzybek

          Hi Naveen

           

          When running a JUnit test that extends CamelBlueprintTestSupport, all the JARs that are on Maven classpath are added to a list of bundles that are used in felix-connect (a simplified full-OSGi runtime). If these bundles have blueprint descriptors, they're used.

           

          Please increase logging level of "org.apache.camel.test.blueprint" logger to see a list of bundles being used in test.

           

          regards

          Grzegorz Grzybek