Search code examples
testingapache-camelesbapache-servicemix

Camel NMR Testing : where is AbstractComponentTest?


I am trying to create tests for a couple of camel routes that use the servicemix nmr component. Documentation says that one needs to extend org.apache.servicemix.camel.nmr.AbstractComponentTest but i can't find it. (added dependency org.apache.servicemix.camel.component)

I have tried looking in the camel-nmr example but it does not include tests.

What am I doing wrong ?

UPDATE This was specific to camel 2.8


Solution

  • This is a known issue with Apache ServiceMix, and is being tracked in this JIRA ticket: https://issues.apache.org/jira/browse/SMX4-944.