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 April 1, 2024, 5:29 p.m.