Aliases: checkEnvironment check_environment assertEnvironment assert_environment testEnvironment test_environment expect_environment
Keywords:
### ** Examples ee = as.environment(list(a = 1)) testEnvironment(ee)
[1] TRUE
testEnvironment(ee, contains = "a")
[1] TRUE