behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions

Implementation

static List<String> get behaviorDrivenDescriptions => List.unmodifiable([
      "assert that the `{{testableId}}` widget's semantic `{{field}}` is `{{value}}` and fail if the widget cannot be found in `{{timeout}}` seconds.",
      "assert that the `{{testableId}}` widget's semantic `{{field}}` is `{{value}}`.",
    ]);