test/expect/regex library

Functions

expectNoRegexMatch(String value, RegExp regex, {String? reason, dynamic skip}) → void
Expect that value does not match with regex.
expectRegexMatch(String value, RegExp regex, {String? reason, dynamic skip}) → void
Expect that value matches with regex.