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..

http://camel.apache.org/spring-testing.html


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -