junit - How can i run a a unit Test in Apache Camel -
i want know comand line in maven run unit tests apache camel. please? regard
you can use normal maven test commands mvn clean test
if have run specific unit test have use
mvn -dtest=testclass#testmethod test
where testclass junit test class , testmethod actual method run .
more camel testing can accessed here..
Comments
Post a Comment