atf_flow_help_execute_variable_function constant

TranslationEntry const atf_flow_help_execute_variable_function

Implementation

static const atf_flow_help_execute_variable_function = TranslationEntry(
  key: 'atf_flow_help_execute_variable_function',
  value:
      'Gets the TestVariableFunction function from the given variable name, executes it, and then stores the result in the result variable name (or _functionResult if not defined).',
);