tests/testthat/test_StockEvent.R

context("StockEvent setters (class unions)")

testthat::test_that("setStockGraph", {
  testthat::expect_error(setStockGraph(.Object = stockEvent()))
  testthat::expect_error(setStockGraph(.Object = stockEvent(), stockGraph = stockGraph_obj))
})
DataKnowledge/rAmCharts documentation built on Oct. 3, 2022, 5:42 a.m.