behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions

Implementation

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