tests/testthat/test-efashiny.R

context("EFAshiny.R")

test_that("EFAshiny work", {
        value <- class(EFAshiny(run = F,  report_Apppath = T))
        testthat::expect_equal(value, "character")
})

test_that("EFAshiny work", {
        value <- EFAshiny(run = F, report_Apppath = F)
        testthat::expect_equal(value, "Have fun with EFAshiny : https://psychilin.shinyapps.io/EFAshiny/")
})
PsyChiLin/EFAshiny documentation built on May 27, 2019, 12:17 p.m.