behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions

Implementation

static List<String> get behaviorDrivenDescriptions => List.unmodifiable([
      '`{{hide}}` the `{{testableId}}` widget.',
      '`{{hide}}` the `{{testableId}}` widget, and fail if the widget cannot be found within `{{timeout}}` seconds.',
    ]);