behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions

Implementation

static List<String> get behaviorDrivenDescriptions => List.unmodifiable([
      'execute the function defined in the `{{variableName}}` function.',
      'execute the function defined in the `{{variableName}}` function and place the result in the `{{resultVariableName}}` variable.',
    ]);