tests/test-null.R

require(shiny)
library(debrowser)
library(testthat)

test_that("passing no data returns NULL", {
    expect_null(compareClust() )
    expect_null(getGOPlots(NULL, NULL))
    null_deseq <- runDE(NULL)
    expect_null(null_deseq)
    expect_null(plot_pca(NULL))
})

Try the debrowser package in your browser

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

debrowser documentation built on Dec. 18, 2020, 2 a.m.