Instead of annotate your test class with
@RunWith(SpringJUnit4ClassRunner.class)
annotate with
@RunWith(CamelSpringJUnit4ClassRunner.class)
which is the appropriate JUnit runner. See also [1]. You also need to
add this dependency:
Gradle: 'org.apache.camel:camel-test-spring:2.16.2'
[1] http://camel.apache.org/spring-testing.html
Am 26.03.2016 um 22:45 schrieb geoHeil:
Sure: https://www.dropbox.com/s/qyw1c0otaa0tqch/backend.zip?dl=0
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Properties-Spring-Boot-Unit-test-not-found-tp5779765p5779791.html
Sent from the Camel - Users mailing list archive at Nabble.com.