fallback_expect_no_error | R Documentation |
Expect no Error
fallback_expect_no_error(object, ...)
object |
An expression to evaluate |
... |
Additional arguments unused |
The value produced by the expectation code
This is a stop-gap implementation, and will only be used for legacy
versions of testthat
before this was properly supported.
A testthat
expectation that the provided code can be evaluated without
producing an error. This is the most basic expectation one should expect of
any example code. Further expectations are provided in subsequent testthat
code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.