assert That
+ Asserts that criteria matches actual. On failure, the diagnostic is prefixed with the result of calling message.
Throws
if there is a mismatch
Asserts that criteria(actual, other) returns true. On failure, the diagnostic is prefixed with the result of calling message.
Throws
if there is a mismatch
Asserts that criteria matches actual. On failure, the diagnostic is prefixed with message.
Throws
if there is a mismatch
Asserts that criteria returns true for actual. On failure, the diagnostic is prefixed with message.
Throws
if there is a mismatch
Asserts that criteria(actual, other) returns true. On failure, the diagnostic is prefixed with message.
Throws
if there is a mismatch