Red Hat Training

A Red Hat training course is available for Red Hat Fuse

New Camel JUnit Test Case


Name

New Camel JUnit Test Case — Configures the JUnit artifacts created to test a Apache Camel route.

Properties

Table A.5 describes the properties you can specify.

Table A.5. New Camel JUnit properties

NameDefaultDescription
Source Folderproject/src/test/javaSpecifies the folder into which the JUnit code is placed.
PackageName of the package when the project was createdSpecifies the package name for the JUnit code.
Camel XML file under testSelected context file, or blank if other than a context file is selectedSpecifies the Camel XML file containing the routes to be tested.
Nameclassname based on the selected context file (for example, CamelContextXMLTest), or empty if none selectedSpecifies the name of the JUnit class.
Method stubs Specifies the JUnit method stubs to include in the generated test class.
Generate comments Specifies whether to generate comments in the new test class.