Class TagsExtractor


  • public class TagsExtractor
    extends Object
    Extracts values for a known set of predefined env variables as a list of strings
    • Method Detail

      • getPredefinedContextTags

        public static List<String> getPredefinedContextTags()
        Returns a list of test context tags from a set of predefined environment variables. If any environment variable is missing then its value is excluded from the returned list, i.e. the returned list is not expected to include null values or empty strings.
        Returns:
        list of test context tags from a set of predefined environment variables.