tests/testthat/test.19.R

##
## File:   test_19.R
## Author: Michael J. North
## Date:   November 25, 2015
##

## Note the type of test.
context("TIFF files")

## Note the data path.
path <- system.file("extdata", "image.tiff", package = "SchemaOnRead")

## Perform a test.
testthat::expect_that(length(SchemaOnRead::schemaOnRead(path)),
  testthat::equals(23680))
drmichaelnorth/SchemaOnRead documentation built on May 15, 2019, 2:21 p.m.