tests/testthat/test-expect-chk-error.R

test_that("expect-chk-error", {
  expect_s3_class(expect_chk_error(chk_flag(1)), "chk_error")
  expect_error(expect_chk_error(chk_flag(TRUE)), "",
    class = "expectation_failure"
  )
  expect_error(expect_chk_error(chk_flag(TRUE), class = "chk_error"), "`class` must be NULL.")
})
poissonconsulting/chk documentation built on Jan. 29, 2025, 12:35 a.m.