remix/assert · FunctionView Sourcefail Summary Unconditionally fails the test with an optional message. Signature function fail(message: AssertionMessage): never Copy code to clipboard Example assert.fail('this branch should never be reached') Copy code to clipboard Parameters message Optional failure message.