Skip to content

This is an older version of pass() that exists for backwards compatibility. You should now use pass() instead.

Usage

succeed(message = "Success has been forced", info = NULL)

Arguments

message

Failure message to send to the user. It's best practice to describe both what is expected and what was actually received.

info

Character vector continuing additional information. Included for backward compatibility only and new expectations should not use it.