Rdocumentation
powered by
Learn R Programming
googleAnalyticsR (version 0.1.0)
expect_null_or_s3_class: Expect NULL or class (s3)
Description
wraps testthat::expect_type() to run if not NULL
Usage
expect_null_or_s3_class(thing, s3class)
Arguments