Class LoadPropertiesAction

  • All Implemented Interfaces:
    com.consol.citrus.common.Described, com.consol.citrus.common.Named, com.consol.citrus.TestAction, com.consol.citrus.TestActorAware

    public class LoadPropertiesAction
    extends AbstractTestAction
    Action reads property files and creates test variables for every property entry. File resource path can define a ClassPathResource or a FileSystemResource.
    Author:
    Christoph Deppisch
    • Method Detail

      • doExecute

        public void doExecute​(com.consol.citrus.context.TestContext context)
        Description copied from class: AbstractTestAction
        Subclasses may add custom execution logic here.
        Specified by:
        doExecute in class AbstractTestAction
      • getFilePath

        public String getFilePath()
        Gets the file.
        Returns:
        the file