tests/testthat/test_caching.R

context("caching")

test_that("cached binomial returns object as expected", {

    confdt = cacheBinomConfIntervals(200,200,.95)

    expect_is(confdt, "data.table")

})
databio/epihet documentation built on May 24, 2019, 2:03 a.m.