behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions

Implementation

static List<String> get behaviorDrivenDescriptions => List.unmodifiable([
      "set the `{{testableId}}` widget's value to `null` and fail if the widget cannot be found in `{{timeout}}` seconds.",
      "set the `{{testableId}}` widget's value to `null`.",
      "set the `{{testableId}}` widget's value to `{{value}}` using a `{{type}}` type and fail if the widget cannot be found in `{{timeout}}` seconds.",
      "set the `{{testableId}}` widget's value to `{{value}}` using a `{{type}}` type.",
    ]);