describe method

  1. @override
Description describe(
  1. Description description
)

Builds a textual description of the matcher.

Implementation

@override
Description describe(Description description) => description
    .add('a numerical iterable differing from ')
    .addDescriptionOf(expected)
    .add(' by less than ')
    .addDescriptionOf(delta);