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 -

iis - ASP.Net Core CreatedAtAction in HttpPost action returns 201 but entire request ends with 500 -