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/sequencingExplainer documentation built on May 17, 2019, 4:33 p.m.