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 March 1, 2025, 8:16 a.m.