tests/testthat/test-utils-source-information.R

# file info ====

context("Source File Information")

test_that("test iso_get_source_file_structure()", {
  
  expect_error(iso_get_source_file_structure(), "`iso_file` has to be an iso file object")
  expect_error(iso_get_source_file_structure(42), "`iso_file` has to be an iso file object")
  
  
})
KopfLab/isoreader documentation built on Aug. 6, 2023, 9:22 p.m.