tests/testthat/test-0tRNA.R

context("tRNA")
test_that("tRNA:",{
  expect_error(tRNA:::.checkValueValidity("a", c("b","c")),
               "'a' must be one of the following values: 'b', 'c'")
  
  expect_error(tRNA:::.check_trna_structure_ident("a"),
               "'a' must be one of the following values: ''")
  
})

Try the tRNA package in your browser

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

tRNA documentation built on Nov. 8, 2020, 11:08 p.m.