behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions
final

Implementation

static final List<String> behaviorDrivenDescriptions = List.unmodifiable([
  'ensure the `{{testableId}}` widget exists.',
  'ensure the `{{testableId}}` widget exists and fail if it cannot be found in `{{timeout}}` seconds.',
]);