tests/testthat/test_Waiver.R

context("Waiver")

test_that("Waiver", {
  # constructor
  i <- new_waiver()
  # methods
  i
  print(i)
  expect_true(inherits(i, "Waiver"))
  expect_true(is.Waiver(i))
})

Try the oppr package in your browser

Any scripts or data that you put into this service are public.

oppr documentation built on Sept. 8, 2022, 5:07 p.m.