Name
Camel JUnit Test Case — Configures the JUnit artifacts created to test a Apache Camel route.
Properties
Table A.4 describes the properties you can specify.
Table A.4. Camel JUnit properties
Name | Default | Description |
---|---|---|
Source Folder | project /src | Specifies the folder into which the JUnit code is placed. |
Package | Specifies the package name for the JUnit code. | |
Camel XML file | camelContext.xml | Specifies the Camel XML file containing the routes to be tested. |
Name | CamelContextXmlTest | Specifies the name of the JUnit class. |
Name | CamelContextXmlTest | Specifies the name of the JUnit class. |
Method stubs | Specifies the JUnit method stubs to be included in the generated test class. | |
Generate comments | Specifies if comments are generated in the new test class. |