Re: Testing Route in camel-quarkus

2020-03-25 Thread Alex Dettinger
t; Am Fr., 20. März 2020 um 11:52 Uhr schrieb Dennis Holunder > > > <[hidden email]>: > > > > > > > > Hello, > > > > > > > > is it possible to test a non-http route in camel-quarkus like we do > > > > with CamelTestSupport

Re: Testing Route in camel-quarkus

2020-03-25 Thread Dennis Holunder
t; with CamelTestSupport in camel? > > > > > > Thanks! > > > > > ________________ > If you reply to this email, your message will be added to the discussion > below: > https://camel.465427.n5.nabble.com/Testing-Route-in-camel-quarkus-tp5860291p5861032.html > To unsubscribe from Camel, click here. > NAML

Re: Testing Route in camel-quarkus

2020-03-25 Thread Alex Dettinger
Hi Dennis, Interesting idea, this may work in jvm mode and would need to be excluded when executing @NativeImageTest. You may also be able to inject a ProducerTemplate in the test to feed the route directly. Alex On Wed, Mar 25, 2020 at 7:55 AM Dennis Holunder wrote: > I could create a quark

Re: Testing Route in camel-quarkus

2020-03-24 Thread Dennis Holunder
I could create a quarkus test where the route is injected and external endpoint is mocked with quarkus mock support. Am Fr., 20. März 2020 um 11:52 Uhr schrieb Dennis Holunder : > > Hello, > > is it possible to test a non-http route in camel-quarkus like we do > with CamelTestSupport in camel? > >

Testing Route in camel-quarkus

2020-03-20 Thread Dennis Holunder
Hello, is it possible to test a non-http route in camel-quarkus like we do with CamelTestSupport in camel? Thanks!