If you take a look at the codes of camel-test-spring, you can find there are some annotations with does the work that you want to do.
I think you just need to turn it into more generic way and reuse it in side of JUnit Runner. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On February 27, 2015 at 8:16:16 PM, Josef Karasek (karasek.j...@gmail.com) wrote: > Thank you for your reply. > > I'll work on the JUnit custom test runner. > > But I still have a few questions: > How can I find "if we want to support annotations for test class extending > CamelTestSupport"? > > If the answer is yes, we want to do that, I don't find the standard Java > Reflection API much of a good use since it loads all > classes being inspected to JVM's memory, whereas the ReflectionS API (the > github link) does not. Wouldn't the higher memory > footprint be an issue? > > Thank you in advance. > Josef Karasek > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Would-like-to-work-on-CAMEL-6070-tp5763192p5763255.html > > Sent from the Camel Development mailing list archive at Nabble.com. >