funcgen:funcgen

Generates a series of integration tests. Test generation is controlled by FuncGenSpringConfig.xml and the functional-tests.xml files. Tests will be generated for each entry in the functional-tests.xml files. One or more template files must also be present and configured in FuncGenSpringConfig.xml.

Parameters for the goal:

Parameter Type Expression Default Value Description
baseDirectory String ${funcgen.baseDirectory} target/funcgen-tests Base directory of project to build.
properties (Optional) Map - - This field allows embedding properties in Maven configuration.
propertyFile (Optional) String ${funcgen.propertyFile} - Optional properties configuration file overrides properties defined in FuncGenSpringConfig.xml. Default location is: src/funcgen/funcgen.properties
springConfigFile (Optional) String ${funcgen.springConfigFile} src/funcgen/FuncGenSpringConfig.xml Optional FuncGenSpringConfig.xml file to generate functional tests.