tests/testthat/test.plotInteractionsBySource.R

library(rDGIdb)

test_that("Wrong input arguments", {
    expect_error(plotInteractionsBySource(NULL))
    expect_error(plotInteractionsBySource("a"))
    expect_error(plotInteractionsBySource(queryDGIdb('XYZA')))
})
cbg-ethz/rDGIdb documentation built on May 13, 2019, 2:03 p.m.