ExpectNot.toMatch

Succeeds if received does not match the regular expression pattern. Throws a FailingExpectationError otherwise.

struct ExpectNot(TReceived)
void
toMatch
(
TExpected
)
(
TExpected pattern
,
string flags = ""
)
if (
isSomeString!TReceived &&
isSomeString!TExpected
)

Meta