tests/testthat/test_netConditionsPlot.R

context("netConditionsPlot")

data('simCounts')
out <- NULL

test_that('netConditionsPlot throws an error when the input is different from a CeTF class object', {
  expect_error(netConditionsPlot(out))
})
cbiagii/pcitRif documentation built on Feb. 5, 2023, 9:03 p.m.