Re: Unit test case for XML DSL context and routes

2016-07-06 Thread souciance
In the CamelTestSupport you can do like this: @Override protected String getBundleFilter() { // don't want the normal bundle to start as it causes conflict to our test return "(!(Bundle-SymbolicName=))"; } @Override protected String getBlueprintDescriptor() { return "blueprint/fake_blueprint.xml";

Re: Unit test case for XML DSL context and routes

2016-07-05 Thread Tadayoshi Sato
lcontext.xml? ie > how to bind test case and xml together? > > -Original Message- > From: Steve Huston [mailto:shus...@riverace.com] > Sent: Tuesday, July 05, 2016 9:17 AM > To: users@camel.apache.org > Subject: RE: Unit test case for XML DSL context and routes > &g

RE: Unit test case for XML DSL context and routes

2016-07-05 Thread Vanshul . Chawla
test case class that I am using which camelcontext.xml? ie how to bind test case and xml together? -Original Message- From: Steve Huston [mailto:shus...@riverace.com] Sent: Tuesday, July 05, 2016 9:17 AM To: users@camel.apache.org Subject: RE: Unit test case for XML DSL context and routes

RE: Unit test case for XML DSL context and routes

2016-07-05 Thread Steve Huston
http://camel.apache.org/testing.html > -Original Message- > From: Vanshul.Chawla [mailto:vanshul.cha...@target.com] > Sent: Tuesday, July 05, 2016 10:08 AM > To: users@camel.apache.org > Subject: Unit test case for XML DSL context and routes > > Hello All, > > We have some Camel code whi