BaseMatcher
BaseClass for all Matcher implementations.
See also
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Generate a description of why the matcher has not accepted the item. The description will be part of a larger description of why a matching failed, so it should be concise. This method assumes that matches(item) is false, but will not check this.
Link copied to clipboard
Generates a description of the object. The description may be part of a a description of a larger object of which this is just a component, so it should be worded appropriately.