tests/testthat/test-function-warning_not_implemented.R

test_that("warning_not_implemented() works", {

  f <- wasserportal:::warning_not_implemented

  expect_error(f())

  expect_warning(f("abc"))
})
KWB-R/wasserportal documentation built on June 6, 2024, 10:26 a.m.