Re: VS: CamelSpringJUnit4ClassRunner with Spring Boot

2014-08-31 Thread user3152723
/camel.465427.n5.nabble.com/VS-CamelSpringJUnit4ClassRunner-with-Spring-Boot-tp5755893p5755894.html Sent from the Camel - Users mailing list archive at Nabble.com.

VS: CamelSpringJUnit4ClassRunner with Spring Boot

2014-08-31 Thread user3152723
age(0).body().isEqualTo(txtMsg); } Lähettäjä: Claus Ibsen-2 [via Camel] [ml-node+s465427n5755885...@n5.nabble.com] Lähetetty: 31. elokuuta 2014 9:08 Vastaanottaja: Unto Valkonen Aihe: Re: CamelSpringJUnit4ClassRunner with Spring Boot The camel spring test is for regular spring. Spring boot does things

Re: CamelSpringJUnit4ClassRunner with Spring Boot

2014-08-30 Thread Claus Ibsen
t; @EndpointInject(uri = "mock:out") > private MockEndpoint mockOut; > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/CamelSpringJUnit4ClassRunner-with-Spring-Boot-tp5755876.html > Sent from the Camel - Users mailing

Re: CamelSpringJUnit4ClassRunner with Spring Boot

2014-08-30 Thread Willem Jiang
mock:out") > private MockEndpoint out; > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/CamelSpringJUnit4ClassRunner-with-Spring-Boot-tp5755876p5755877.html > > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: CamelSpringJUnit4ClassRunner with Spring Boot

2014-08-30 Thread user3152723
ntext: http://camel.465427.n5.nabble.com/CamelSpringJUnit4ClassRunner-with-Spring-Boot-tp5755876p5755877.html Sent from the Camel - Users mailing list archive at Nabble.com.

CamelSpringJUnit4ClassRunner with Spring Boot

2014-08-30 Thread user3152723
t;direct:in") private ProducerTemplate producerTemplate; @EndpointInject(uri = "mock:out") private MockEndpoint mockOut; -- View this message in context: http://camel.465427.n5.nabble.com/CamelSpringJUnit4ClassRunner-with-Spring-Boot-tp5755876.html Sent from the Camel - Users mailing list archive at Nabble.com.