tests/testthat/testbamToR.R

context("Check input")

x <- c(1,2,3,4)


test_that("Invalid argument",{
  expect_error(bamToR())
  expect_error(bamToR(x))

})
mi2-warsaw/directRNAExplorer documentation built on May 16, 2019, 8:13 p.m.