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