tests/testthat/test-expt-createEnvironmentDS.R

context("createVariableEnvironmentDS::expt::success")
test_that("success  outcome",
{
   outcome <- createEnvironmentDS()
   expect_equal (is.environment(outcome),TRUE)
   expect_equal(exists("outcome"), TRUE)

})
patRyserWelch8/dsServerWrappingRFunctions documentation built on Dec. 18, 2020, 11:45 a.m.