dwww Home | Show directory contents | Find package

context("isFALSE")

test_that("isFALSE", {
  expect_equal(isFALSE(FALSE), TRUE)
  expect_equal(isFALSE(TRUE), FALSE)
  expect_equal(isFALSE(0), FALSE)
})  

Generated by dwww version 1.15 on Sat May 18 11:02:03 CEST 2024.