Description describe(Description description)

This builds a textual description of the matcher.

Source

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