behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions

Implementation

static List<String> get behaviorDrivenDescriptions => List.unmodifiable([
      'capture the widget named `{{testableId}}`, apply a `{{backgroundColor}}` background, set the golden state to `{{goldenCompatible}}`, and give it the `{{imageId}}` id.',
      'capture the widget named `{{testableId}}`, apply a `{{backgroundColor}}` background, set the golden state to `{{goldenCompatible}}`, give it the `{{imageId}}` id, and fail if not found within `{{timeout}}` seconds.',
    ]);