remix/assert · FunctionView Source
fail
Summary
Unconditionally fails the test with an optional message.
Signature
function fail(message: string): never;
Example
assert.fail("this branch should never be reached");
Parameters
message
Optional failure message.