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

Where is org.apache.camel.spring.SpringRunWithTestSupport

Hi

I am trying to configure some tests using SpringRunWithTestSupport on camel
2.11.1.

Try as I might I can't seem to find the package which includes this class.
I thought it was in camel-spring but it seems not. Can anybody suggest what
I need to include?

Regards
Bob

Re: Where is org.apache.camel.spring.SpringRunWithTestSupport

Posted by Bob Jolliffe <bo...@gmail.com>.
OK thanks.  Not sure if I "really" need it :-)  Just working through the
docs on testing ...


On 24 July 2013 16:33, Babak Vahdat <ba...@swissonline.ch> wrote:

> Hi
>
> I'm the guilty one who has added this base class (because of
> https://issues.apache.org/jira/browse/CAMEL-5998) so why I know where it
> resides :-)
>
>
> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=blob;f=components/camel-spring/src/test/java/org/apache/camel/spring/SpringRunWithTestSupport.java;h=2df28b72c90704879f1205ee5566550cab97fa97;hb=camel-2.11.x
>
> This base class is intended for the camel-spring module *own* test purposes
> (inside the camel-spring/src/test folder) so why you can't find it on the
> central repo. Better look at the Camel testing support:
>
> http://camel.apache.org/testing.html
>
> Or copy&paste this class if you *really* need it (including the Apache
> License).
>
> Babak
>
>
> Bob Jolliffe wrote
> > Hi
> >
> > I am trying to configure some tests using SpringRunWithTestSupport on
> > camel
> > 2.11.1.
> >
> > Try as I might I can't seem to find the package which includes this
> class.
> > I thought it was in camel-spring but it seems not. Can anybody suggest
> > what
> > I need to include?
> >
> > Regards
> > Bob
>
>
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Where-is-org-apache-camel-spring-SpringRunWithTestSupport-tp5736216p5736222.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Re: Where is org.apache.camel.spring.SpringRunWithTestSupport

Posted by Babak Vahdat <ba...@swissonline.ch>.
Hi

I'm the guilty one who has added this base class (because of
https://issues.apache.org/jira/browse/CAMEL-5998) so why I know where it
resides :-)

https://git-wip-us.apache.org/repos/asf?p=camel.git;a=blob;f=components/camel-spring/src/test/java/org/apache/camel/spring/SpringRunWithTestSupport.java;h=2df28b72c90704879f1205ee5566550cab97fa97;hb=camel-2.11.x

This base class is intended for the camel-spring module *own* test purposes
(inside the camel-spring/src/test folder) so why you can't find it on the
central repo. Better look at the Camel testing support:

http://camel.apache.org/testing.html

Or copy&paste this class if you *really* need it (including the Apache
License).

Babak


Bob Jolliffe wrote
> Hi
> 
> I am trying to configure some tests using SpringRunWithTestSupport on
> camel
> 2.11.1.
> 
> Try as I might I can't seem to find the package which includes this class.
> I thought it was in camel-spring but it seems not. Can anybody suggest
> what
> I need to include?
> 
> Regards
> Bob





--
View this message in context: http://camel.465427.n5.nabble.com/Where-is-org-apache-camel-spring-SpringRunWithTestSupport-tp5736216p5736222.html
Sent from the Camel - Users mailing list archive at Nabble.com.