tests/testthat/test-1-1-0-notchin.R

context("%notchin%")

test_that("Coverage", {
  expect_false(all(c(1, 2) %notchin% c(1, 2, 3)))
  expect_true(any(c(1, 2) %notchin% c(3, 4)))
})
HughParsonage/hutils documentation built on Feb. 12, 2023, 8:26 a.m.