behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions

Implementation

static List<String> get behaviorDrivenDescriptions => List.unmodifiable([
      'execute the #1 for each testable matching the regex "`{{regEx}}`".',
      "execute the #1 for each testable matching the regex \"`{{regEx}}`\" and place the testable's id in the `{{variableName}}` variable.",
    ]);