tests/testthat/test-coverage-methods.R

### =========================================================================
### "coverage" methods
### -------------------------------------------------------------------------
###
context("coverage,GTuples-method")

test_that("Returns error", {
  expect_error(coverage(gt2), 
               "GTuples do not currently support the 'coverage' method.")
})

test_that("coverage,GTuplesList-method", {
  expect_error(coverage(gtl2), 
               "GTuplesList do not currently support the 'coverage' method.")
})

Try the GenomicTuples package in your browser

Any scripts or data that you put into this service are public.

GenomicTuples documentation built on Nov. 8, 2020, 6:43 p.m.