API Reference / @gtkx/testing / Matcher
Type Alias: Matcher
Matcher =
string|number|RegExp|MatcherFunction
Defined in: types.d.ts:9
A value used to match widget text: a string or number, a regular expression, or a custom MatcherFunction.
API Reference / @gtkx/testing / Matcher
Matcher =
string|number|RegExp|MatcherFunction
Defined in: types.d.ts:9
A value used to match widget text: a string or number, a regular expression, or a custom MatcherFunction.