Class AbstractTemplateBasedTestGenerator<T extends TestGenerator>

    • Constructor Detail

      • AbstractTemplateBasedTestGenerator

        public AbstractTemplateBasedTestGenerator()
    • Method Detail

      • create

        public void create()
        Create the test case.
      • getTemplateProperties

        protected Properties getTemplateProperties()
        Prepares the test case properties for dynamic property replacement in test case templates.
        Returns:
        the prepared property set.
      • getTemplateFilePath

        protected abstract String getTemplateFilePath()
        Subclasses must provide proper template file path.
        Returns: