describe method
override
Builds a textual description of the matcher.
Implementation
Description describe(Description description) =>
description.add(_featureDescription).add(' ').addDescriptionOf(_matcher);
Builds a textual description of the matcher.
Description describe(Description description) =>
description.add(_featureDescription).add(' ').addDescriptionOf(_matcher);