expect_no_error {nhppp} | R Documentation |
helper function that augments
test_that::expect_no_error()
to expect no error.
Copied from the R6
source code.
expect_no_error(expr)
expr |
Expression. |
Small utility functions. Not to be exported to the user.