This is an older version of pass()
that exists for backwards compatibility.
You should now use pass()
instead.
Arguments
- message
A character vector describing the failure. The first element should describe the expected value, and the second (and optionally subsequence) elements should describe what was actually seen.
- info
Character vector continuing additional information. Included for backward compatibility only and new expectations should not use it.