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 June 10, 2025, 11:01 a.m.