tests/testthat/test-NullHandling.R

test_that("FastqcData fails on NULL",{
    expect_error(FastqcData(NULL))
})

test_that("FastqcDataList fails on NULL",{
    expect_error(FastqcDataList(NULL))
})

test_that(".FastqcFile failes on NULL", {
    expect_error(.FastqcFile(NULL))
})
UofABioinformaticsHub/fastqcReports documentation built on May 8, 2024, 12:44 p.m.