Re: JUnit json

2015-03-01 Thread Christian Müller
> > @Override > protected RouteBuilder createRouteBuilder() { > return new RouteBuilder() { > public void configure() { > > from("http://localhost:8080/content?service=customer";).to("mock:result"); > > } > }; > } > > > * @Test > public void testSendMatchingMessage() throws Exception { >??? > }* > > } > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/JUnit-json-tp5763189.html > Sent from the Camel Development mailing list archive at Nabble.com. >

JUnit json

2015-02-26 Thread meenakshisekar
} }; } * @Test public void testSendMatchingMessage() throws Exception { ??? }* } -- View this message in context: http://camel.465427.n5.nabble.com/JUnit-json-tp5763189.html Sent from the Camel Development mailing list archive at Nabble.com.