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";
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
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
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