You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Bovas <bo...@gmail.com> on 2013/07/10 16:23:35 UTC

CamelTestSupport Import

Hi everybody,

I use camel 2.11, java dsl.

/import org.apache.camel.test.junit4.CamelTestSupport;
public class TestCamelProcess extends CamelTestSupport {
...}/

Which JAR should I import to use CamelTestSupport?

I have imported camel-test-2.11.0.jar but it's not enough.
I download these jar here
http://www.findjar.com/class/org/apache/camel/test/junit4/CamelTestSupport.html
but I should download others jar... and it's doesn't work.
Can someone help me pls. Thanks



-----
regards,
Bovas
--
View this message in context: http://camel.465427.n5.nabble.com/CamelTestSupport-Import-tp5735452.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CamelTestSupport Import

Posted by Bovas <bo...@gmail.com>.
Thanks for your answer Wiliem

yeah I have imported camel-core and camel-context, JUnit 4 library

but I found my error, I imported a library which was in conflict with other.









-----
regards,
Bovas
--
View this message in context: http://camel.465427.n5.nabble.com/CamelTestSupport-Import-tp5735452p5735512.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CamelTestSupport Import

Posted by Willem jiang <wi...@gmail.com>.
You need add camel-core.jar at same time.


--  
Willem Jiang

Red Hat, Inc.
FuseSource is now part of Red Hat
Web: http://www.fusesource.com | http://www.redhat.com
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English)
          http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem





On Wednesday, July 10, 2013 at 10:23 PM, Bovas wrote:

> Hi everybody,
>  
> I use camel 2.11, java dsl.
>  
> /import org.apache.camel.test.junit4.CamelTestSupport;
> public class TestCamelProcess extends CamelTestSupport {
> ...}/
>  
> Which JAR should I import to use CamelTestSupport?
>  
> I have imported camel-test-2.11.0.jar but it's not enough.
> I download these jar here
> http://www.findjar.com/class/org/apache/camel/test/junit4/CamelTestSupport.html
> but I should download others jar... and it's doesn't work.
> Can someone help me pls. Thanks
>  
>  
>  
> -----
> regards,
> Bovas
> --
> View this message in context: http://camel.465427.n5.nabble.com/CamelTestSupport-Import-tp5735452.html
> Sent from the Camel - Users mailing list archive at Nabble.com (http://Nabble.com).