inst/tests/test-examine.r

# context("examine bad examples")

test_that("examine bad examples", {
  expect_that(examine(1:10), throws_error())
  expect_that(examine("stupid test"), throws_error())
  expect_that(examine(iris), throws_error())
})
gastonstat/examiner2 documentation built on May 16, 2019, 5:45 p.m.