tests/testthat/test_050_token.R

testthat::context("Token class")

testthat::test_that("Class is abstract", {
  x <- Token$new()
  testthat::expect_error(x$toString())
})

Try the sqlq package in your browser

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

sqlq documentation built on Sept. 16, 2025, 9:10 a.m.