tests/testthat/test-zzzzz.R

rxodeTest(
  {
    context("Cleanly unloads all dlls")
    test_that("Cleanly unloads all dlls", {
      val <- rxUnloadAll()
      if (identical(val, list())) {
        expect_equal(val, list())
      } else {
        warning("did not unload everything")
      }
    })
  },
  test = "focei"
)
nlmixrdevelopment/RxODE documentation built on April 10, 2022, 5:36 a.m.