tests/testthat/test_gtoxLoadWaid.R

context("Check assay well table")

test_that("gtoxLoadWaid:is a data.table", {
    tmp <- gtoxLoadWaid()
    expect_true("data.table"%in%class(tmp))
})

test_that('gtoxLoadWaid:has 19 columns"', {
    tmp <- gtoxLoadWaid()
    expect_equal(ncol(tmp), 19)
    })
pmpsa-hpc/GladiaTOX documentation built on Sept. 1, 2023, 5:52 p.m.