You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Jeremy Ross <je...@gmail.com> on 2020/12/02 03:21:14 UTC

Testing camel-main

What's the best way to test a simple camel-main project? I'm trying to
use org.apache.camel.test.junit5.CamelTestSupport, but I can't figure out
how to get it to load application.properties like Main does. TIA!