ReadonlymatcherState: MatcherStateThe this: MatcherState opening the parameter list of every matcher.
Evaluates whether the matcher is successful when asserted.
The error message that must be triggered by the matcher in this flow, or null if everything is fine;
returning a Promise will create an asynchronous matcher.
Evaluates whether the matcher is successful when negated.
The error message that must be triggered by the matcher in this flow, or null if everything is fine;
returning a Promise will create an asynchronous matcher.
The requirements to define the logic of a matcher via implementMatcher.