behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions

Implementation

static List<String> get behaviorDrivenDescriptions => List.unmodifiable([
      'assert that the value in the variable `{{variableName}}` is `{{equals}}` to `{{value}}` using a case `{{caseSensitive}}` comparator.',
    ]);