behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions

Implementation

static List<String> get behaviorDrivenDescriptions => List.unmodifiable([
      'repeat the substeps until the `{{variableName}}` variable equals `{{value}}` using `{{counterVariableName}}` as the increment variable and automatically fails after `{{maxIterations}}`.',
      'repeat the substeps until the `{{variableName}}` variable equals `{{value}}` and automatically fails after `{{maxIterations}}`.',
      'repeat the substeps until the `{{variableName}}` variable equals `{{value}}` using `{{counterVariableName}}` as the increment variable.',
      'repeat the substeps until the `{{variableName}}` variable equals `{{value}}`.',
    ]);