tests/testthat/test-app_ui.R

test_that("app_ui", {
  ui <- app_ui()
  expect_s3_class(ui, "shiny.tag.list")
  # Check that formals have not been removed
  fmls <- formals(app_ui)
  for (i in c("request")){
    expect_true(i %in% names(fmls))
  }
})
thfuchs/appsilon documentation built on Dec. 23, 2021, 9:56 a.m.