tests/testthat/test_otolith.R

context("otolith")

test_that("class 'Otolith' exists", {
  otolith <- Otolith$new(Age = 123)
  expect_equal(otolith$Age, 123)
})
kikirinrin/otolithr documentation built on April 30, 2020, 10:05 a.m.