Test All Process and Routes of Apache Camel Junit
问题 I am trying to validate all the processes of route but start is working fine after that it started to break.Please give me some useful reference or sample for this.Thanks in advance. test.txt: F1:L1 F2:L2 F3:L3 Customer.java private String firstName; private String lastName; // getters and setters @Override public String toString(){ return firstName +":::" + lastName; } } JUnit and Route: public class FileTest7 extends CamelTestSupport { @EndpointInject(uri = "direct:teststart") private