Directly executes a sync assertion, bypassing phrase matching.
Use this to verify that an assertion actually executes on given inputs, independent of whether expect() matched the correct assertion.
The assertion to execute
Arguments to pass (subject, phrase, ...params)
Optional
Options including negation
If args don't parse for the assertion
If assertion fails (in non-negated mode)
If assertion passes (in negated mode)
Directly executes a sync assertion, bypassing phrase matching.
Use this to verify that an assertion actually executes on given inputs, independent of whether expect() matched the correct assertion.