Still have not been able to figure this out. I tried few simple purely JUnit tests and they worked fine and were executed by surefire with no issues, but for some reason once I extend to CamelTestSupport it says no tests were found no matter what kind of tests are there. Could this be a version issue?
I am including <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test</artifactId> <version>2.8.0</version> </dependency> in my pom and currently running Camel 2.8.0-fuse-01-13. The includes in the test files are simply import org.apache.camel.test.CamelTestSupport; import org.junit.Test; -- View this message in context: http://camel.465427.n5.nabble.com/Unit-Testing-Question-tp5745966p5746451.html Sent from the Camel - Users mailing list archive at Nabble.com.