behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions

Implementation

static List<String> get behaviorDrivenDescriptions => List.unmodifiable([
      'fail the test.',
      'fail the test with the message "`{{message}}`".',
    ]);