* Note that using Spring Test or Guice is a more powerful approach.
*/
protected void postProcessTest() throws Exception {
CamelBeanPostProcessor processor = new CamelBeanPostProcessor();
processor.setCamelContext(context);
processor.postProcessBeforeInitialization(this, "this");
}
protected void stopCamelContext() throws Exception {
if (camelContextService != null) {
camelContextService.stop();