[d9ee58]: / tests / testthat / test-spine.R

Download this file

9 lines (7 with data), 292 Bytes

1
2
3
4
5
6
7
8
9
bma_out <- biomkrAccrual(quietly = TRUE)
test_that("Output of biomkrAccrual() should be an S7 object", {
checkmate::expect_class(bma_out, "S7_object")
})
test_that("Property accrual of output of biomkrAccrual() should be an array", {
checkmate::expect_class(bma_out@accrual, "array")
})