behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions

Implementation

static List<String> get behaviorDrivenDescriptions => List.unmodifiable([
      "assert that the `{{testableId}}` widget's error `{{equals}}` `null` and fail if the widget cannot be found in `{{timeout}}` seconds.",
      "assert that the `{{testableId}}` widget's error `{{equals}}` `null`.",
      "assert that the `{{testableId}}` widget's error `{{equals}}` `{{error}}` using a case `{{caseSensitive}}` comparison and fail if the widget cannot be found in `{{timeout}}` seconds.",
      "assert that the `{{testableId}}` widget's error `{{equals}}` `{{error}}` using a case `{{caseSensitive}}` comparison.",
    ]);