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: ''")
  
})
FelixErnst/tRNA documentation built on April 1, 2024, 2:39 p.m.