behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions
final

Implementation

static final List<String> behaviorDrivenDescriptions = List.unmodifiable([
  'drag the `{{testableId}}` widget horizontally by `{{dx}}` pixels.',
  'drag the `{{testableId}}` widget vertically by `{{dy}}` pixels.',
  'drag the `{{testableId}}` widget horizontally by `{{dx}}` pixels and vertically by `{{dy}}` pixels.',
  'drag the `{{testableId}}` widget horizontally by `{{dx}}` pixels  and fail if it cannot be found in `{{timeout}}` seconds.',
  'drag the `{{testableId}}` widget vertically by `{{dy}}` pixels and fail if it cannot be found in `{{timeout}}` seconds.',
  'drag the `{{testableId}}` widget horizontally by `{{dx}}` pixels, vertically by `{{dy}}` pixels and fail if it cannot be found in `{{timeout}}` seconds.',
]);