describe method

Description describe (Description description)
override

Builds a textual description of the matcher.

Implementation

Description describe(Description description) =>
    description.add(_featureDescription).add(' ').addDescriptionOf(_matcher);