behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions

Implementation

static List<String> get behaviorDrivenDescriptions => List.unmodifiable([
      'overlay the `{{testableId}}` widget with a solid container using `{{color}}` as the color.',
      'overlay the `{{testableId}}` widget with a solid container using `{{color}}` as the color, and fail if the widget cannot be found within `{{timeout}}` seconds.',
    ]);