tests/testthat/test-ctCoverageCheck.R

  library(ctsem)
  library(testthat)


test_that("ctModelCoverage_check generation cores default to fit_cores", {
  expect_identical(
    formals(ctModelCoverage_check)$generate_cores,
    quote(fit_cores)
  )
})

Try the ctsem package in your browser

Any scripts or data that you put into this service are public.

ctsem documentation built on June 30, 2026, 5:07 p.m.